Skip to content

Commit 1103ad0

Browse files
committed
fix(ci): add NODE_AUTH_TOKEN for npm publish authentication
1 parent bb905ab commit 1103ad0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
AUR_KEY: ${{ secrets.AUR_KEY }}
8787
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
8888
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
89+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8990
NPM_CONFIG_PROVENANCE: false
9091

9192
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)