Skip to content

Commit 98c0ffd

Browse files
authored
Merge pull request #146 from Typeform/feat/TU-33147
feat(TU-33147): add NPM token back to env
2 parents 88a168d + 42ce33d commit 98c0ffd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ jobs:
4848
if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/beta') }}
4949
run: yarn release
5050
env:
51-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
51+
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

Comments
 (0)