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 0144c13 commit c8c546aCopy full SHA for c8c546a
.github/workflows/release.yaml
@@ -246,6 +246,7 @@ jobs:
246
env:
247
R2_RELEASES_ACCESS_KEY_ID: ${{ secrets.R2_RELEASES_ACCESS_KEY_ID }}
248
R2_RELEASES_SECRET_ACCESS_KEY: ${{ secrets.R2_RELEASES_SECRET_ACCESS_KEY }}
249
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
250
run: |
251
# Authenticate with NPM
252
cat << EOF > ~/.npmrc
0 commit comments