Skip to content

Commit 865901e

Browse files
authoredSep 7, 2019
build: add missing env variable
1 parent f7cb51f commit 865901e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/semantic-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
npm run semantic-release --if-present
2020
env:
2121
CI: true
22+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2223
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2324
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)
Please sign in to comment.