Skip to content

Commit c83929e

Browse files
author
mcha
committed
fix(actions): added missing env
1 parent 85da067 commit c83929e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ jobs:
4141
node-version: ${{ matrix.node-version }}
4242
- run: npm ci
4343
- run: npm run semantic-release
44+
env:
45+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
46+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)