Skip to content

Commit 97ae31c

Browse files
committed
fix: migrated to .mjs file.
1 parent 41d76f5 commit 97ae31c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
publish:
3636
runs-on: ubuntu-latest
3737
needs: build
38+
env:
39+
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
40+
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
41+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3843
steps:
3944
- uses: actions/checkout@v4
4045
- name: Setup Node.js

0 commit comments

Comments
 (0)