Skip to content

Commit

Permalink
fix token name (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehedgpeth authored Nov 2, 2023
1 parent 2b06476 commit 53e07fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/handler-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ jobs:
uses: hashicorp/setup-terraform@v2
with:
cli_config_credentials_hostname: 'app.terraform.io'
cli_config_credentials_token: ${{ secrets.STANDALONE_EXTERNAL_RHL8_WORKER_TFC_TOKEN }}
cli_config_credentials_token: ${{ secrets.STANDALONE_EXTERNAL_RHEL8_WORKER_TFC_TOKEN }}
terraform_version: 1.1.7

- name: Set up Cloud SDK
Expand Down

0 comments on commit 53e07fe

Please sign in to comment.