Skip to content

Commit bdf7c5b

Browse files
authored
fix: Update build.yml to fix npm token
1 parent f68e2c0 commit bdf7c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
77
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
88
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
9+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1010
on:
1111
push:
1212
branches: [ "main" ]
@@ -43,7 +43,7 @@ jobs:
4343
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
4444
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
4545
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
46+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4747
steps:
4848
- uses: actions/checkout@v4
4949
- name: Setup Node.js

0 commit comments

Comments
 (0)