Skip to content

Commit

Permalink
INFRA-286: GitHub Actions: Ensure to always destroy Terraform infrast…
Browse files Browse the repository at this point in the history
…ructure
  • Loading branch information
rbuisson committed May 20, 2021
1 parent fb0d8bd commit 8e93eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
./.github/resources/scripts/push_tags.sh
- name: Destroy Terraform infrastructure
if: ${{ always() }}
run: |
export TF_VAR_aws_api_key='${{ secrets.AWS_API_KEY_1 }}'
export TF_VAR_aws_api_secret='${{ secrets.AWS_API_SECRET_1 }}'
Expand Down

0 comments on commit 8e93eef

Please sign in to comment.