Skip to content

Commit

Permalink
Make sure that the prerelease workflow delivers the GitHub token to `…
Browse files Browse the repository at this point in the history
…changesets`
  • Loading branch information
steveluscher committed Mar 19, 2024
1 parent 2e0ddb9 commit 9f57714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-prerelease-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
pnpm turbo publish-packages --concurrency=100% --filter=\!@solana/web3.js
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PUBLISH_TAG: experimental

Expand Down

0 comments on commit 9f57714

Please sign in to comment.