We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0764f commit 54e6f99Copy full SHA for 54e6f99
.github/workflows/release_publish-lts.yml
@@ -57,7 +57,7 @@ jobs:
57
FORCE_COLOR: 2
58
CI: true
59
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
60
- GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_AUTH: ${{ secrets.GH_DEPLOY_TOKEN }}
61
- uses: actions/upload-artifact@v4
62
with:
63
name: tarballs
0 commit comments