Skip to content

Commit

Permalink
feat: atualização de workflow (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeMenezesDM committed Jun 5, 2024
2 parents fc51b0c + 918d5d7 commit 9069b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ext-gcp-terraform-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
#!/bin/bash
echo "{\"cloudflare_api_token\": \"${CLOUDFLARE_API_TOKEN}\", \"aiven_provider_api_token\": \"${AIVEN_API_TOKEN}\"}"
EOF
working-directory: ${{inputs.path}}
- name: Setup backend
run: |
cat > backend.tf << EOF
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ext-gcp-terraform-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
#!/bin/bash
echo "{\"cloudflare_api_token\": \"${CLOUDFLARE_API_TOKEN}\", \"aiven_provider_api_token\": \"${AIVEN_API_TOKEN}\"}"
EOF
working-directory: ${{inputs.path}}
- name: Setup backend
run: |
cat > backend.tf << EOF
Expand Down

0 comments on commit 9069b52

Please sign in to comment.