fix: use variables instead of secrets to reference repository-level variable

This commit is contained in:
2026-06-21 14:31:09 +08:00
parent 846288731f
commit 25291a81a3
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Write .env
env:
DEPLOY_ENV: ${{ secrets.DEPLOY_ENV }}
DEPLOY_ENV: ${{ variables.DEPLOY_ENV }}
run: echo "$DEPLOY_ENV" > .env
- name: Build & Deploy