We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e2551 commit c1e3f5cCopy full SHA for c1e3f5c
.github/workflows/release-staging.yml
@@ -57,6 +57,7 @@ jobs:
57
# TODO: Make these flags defaults in the release script.
58
run: yarn release --releaseType Staging --skipTests --skipReinstall --ignoreUnstaged --skipPrompts
59
env:
60
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
NPM_TOKEN_ANALYTICS: ${{secrets.NPM_TOKEN_ANALYTICS}}
62
NPM_TOKEN_ANALYTICS_INTEROP_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_INTEROP_TYPES}}
63
NPM_TOKEN_ANALYTICS_TYPES: ${{secrets.NPM_TOKEN_ANALYTICS_TYPES}}
0 commit comments