Skip to content

Commit d8a6cb8

Browse files
authored
Fix NPM env var (#78)
fix npm env var
1 parent 5415a5e commit d8a6cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
publish: pnpm changeset publish
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
NODE_AUTH_TOKEN: ${{ secrets.SOLANA_PROGRAM_NPM_TOKEN }}
28+
NPM_TOKEN: ${{ secrets.SOLANA_PROGRAM_NPM_TOKEN }}

0 commit comments

Comments
 (0)