Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Jul 23, 2024
1 parent 5318f61 commit 3d02176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# S3 bucket for the Terraform state
BUCKET_TF_STATE: ${{ secrets.BUCKET_TF_STATE}}
TF_VAR_env_name: ${{ var.ENV_NAME}}
TF_VAR_env_name: ${{ vars.ENV_NAME}}

jobs:
deploy:
Expand Down

0 comments on commit 3d02176

Please sign in to comment.