missing env vars2
This commit is contained in:
parent
1126860ab1
commit
6ad0ca154d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -170,7 +170,7 @@ jobs:
|
|||
environment: production
|
||||
env:
|
||||
WEBAPP_S3_BUCKET: ${{ vars.WEBAPP_S3_BUCKET }}
|
||||
CF_DISTRIBUTION_ID: ${{ secrets.CF_DISTRIBUTION_ID }}
|
||||
CF_DISTRIBUTION_ID: ${{ vars.CF_DISTRIBUTION_ID }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Download web
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue