fix: use variables instead of secrets to reference repository-level variable
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Write .env
|
- name: Write .env
|
||||||
env:
|
env:
|
||||||
DEPLOY_ENV: ${{ secrets.DEPLOY_ENV }}
|
DEPLOY_ENV: ${{ variables.DEPLOY_ENV }}
|
||||||
run: echo "$DEPLOY_ENV" > .env
|
run: echo "$DEPLOY_ENV" > .env
|
||||||
|
|
||||||
- name: Build & Deploy
|
- name: Build & Deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user