We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0a0b9 commit ecff5d5Copy full SHA for ecff5d5
.github/workflows/deploy.yaml
@@ -23,7 +23,7 @@ jobs:
23
git config --global user.name $username
24
- name: deploy to build
25
env:
26
- VITE_HELLO_WORLD: ${{ VITE_HELLO_WORLD }}
+ VITE_HELLO_WORLD: ${{ vars.VITE_HELLO_WORLD }}
27
run: |
28
npm i
29
NODE_ENV=production npm run build
0 commit comments