Skip to content

Commit fc6e1c4

Browse files
committed
🔧 (build-sandbox-image.yml): update npm token secret from GITHUB_TOKEN to NPM_TOKEN for correct authentication
1 parent a220db5 commit fc6e1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/build-sandbox-image.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
KOSUKE_CLI_MODE=production
5959
INSTALL_CHROMIUM=false
6060
secrets: |
61-
npm_token=${{ secrets.GITHUB_TOKEN }}
61+
npm_token=${{ secrets.NPM_TOKEN }}
6262
6363
- name: Notify Slack - Success
6464
if: success()

0 commit comments

Comments
 (0)