Skip to content

Commit a9e258b

Browse files
authored
chore(ci): set gh token (#1621)
1 parent ad49a57 commit a9e258b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- name: Release
9999
env:
100100
NPM_CONFIG_PROVENANCE: true
101+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101102
RELEASE_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} # used for tags
102103
run: |
103104
npm run release-stable -- --versionSpecifier "${{ github.event.inputs.version_specifier }}"
@@ -263,6 +264,7 @@ jobs:
263264
npm run release-canary
264265
env:
265266
NPM_CONFIG_PROVENANCE: true
267+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
266268
RELEASE_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} # used for tags
267269
notify-stable-failure:
268270
name: Notify Slack for Stable failure

0 commit comments

Comments
 (0)