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.
2 parents 88a168d + 42ce33d commit 98c0ffdCopy full SHA for 98c0ffd
.github/workflows/release.yml
@@ -48,4 +48,6 @@ jobs:
48
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/beta') }}
49
run: yarn release
50
env:
51
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
52
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
53
+ # Hybrid approach: NPM_TOKEN used for verification, OIDC used for actual publishing
0 commit comments