Skip to content

Commit c1e3f5c

Browse files
committed
Add token to env for release script step
1 parent 68e2551 commit c1e3f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
# TODO: Make these flags defaults in the release script.
5858
run: yarn release --releaseType Staging --skipTests --skipReinstall --ignoreUnstaged --skipPrompts
5959
env:
60+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6061
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}
6162
NPM_TOKEN_ANALYTICS_INTEROP_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_INTEROP_TYPES}}
6263
NPM_TOKEN_ANALYTICS_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_TYPES}}

0 commit comments

Comments
 (0)