Skip to content

Commit

Permalink
chore(): action to be trigger on push to chore/terraform-destroy-work…
Browse files Browse the repository at this point in the history
…flow for testing purpose
  • Loading branch information
Arielpetit committed Dec 12, 2024
1 parent aeb3917 commit d744c49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/destroy,yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
branches:
- chore/terraform-destroy-workflow



defaults:
run:
working-directory: ./terraform
Expand All @@ -34,7 +32,7 @@ jobs:

- name: Set Environment Variables
run: |
echo "TF_VAR_name=${{ matrix.name }}-cluster" >> $GITHUB_ENV
echo "TF_VAR_name=${{ vars.NAME }}-cluster" >> $GITHUB_ENV
echo "TF_VAR_db_username=${{ vars.DB_USERNAME }}" >> $GITHUB_ENV
echo "TF_VAR_db_password=${{ secrets.DB_PASSWORD }}" >> $GITHUB_ENV
echo "TF_VAR_oidc_kc_client_id=${{ vars.OIDC_KC_CLIENT_ID }}" >> $GITHUB_ENV
Expand Down

0 comments on commit d744c49

Please sign in to comment.