Skip to content

Commit 80f576a

Browse files
committed
chore(ci): Add env var
1 parent d4144a3 commit 80f576a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: release
22

33
on: [push]
44

5+
env:
6+
GITHUB_TOKEN: ${{secrets.GITHUB_ACCESS_TOKEN}}
7+
NPM_TOKEN: ${{secrets.NPM_ACCESS_TOKEN}}
8+
59
jobs:
610
release:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)