Skip to content

Commit 7dbec4b

Browse files
test
1 parent d3f520a commit 7dbec4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config --global user.name $username
2424
- name: deploy to build
2525
env:
26-
VITE_HELLO_WORLD: ${{ vars.ENV_CONTEXT_VAR }}
26+
VITE_HELLO_WORLD: ${{ secrets.VITE_HELLO_WORLD }}
2727
run: |
2828
npm i
2929
NODE_ENV=production npm run build

0 commit comments

Comments
 (0)