We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cf413 commit 660c78eCopy full SHA for 660c78e
.github/workflows/build.yml
@@ -2,7 +2,11 @@
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3
4
name: Node.js CI
5
-
+env:
6
+ SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
7
+ SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
8
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
10
on:
11
push:
12
branches: [ "main" ]
0 commit comments