We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68e2c0 commit bdf7c5bCopy full SHA for bdf7c5b
.github/workflows/build.yml
@@ -6,7 +6,7 @@ env:
6
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
7
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
8
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9
- NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
10
on:
11
push:
12
branches: [ "main" ]
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
steps:
48
- uses: actions/checkout@v4
49
- name: Setup Node.js
0 commit comments