Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Mar 5, 2023
1 parent c25ca64 commit af059ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
terraform_version: latest
terraform_host: app.terraform.io
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
terraform_token: ${{ secrets.TERRAFORM_TOKEN }}


Expand All @@ -101,5 +103,6 @@ jobs:
terraform_version: latest
terraform_host: app.terraform.io
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
terraform_token: ${{ secrets.TERRAFORM_TOKEN }}
2 changes: 2 additions & 0 deletions .github/workflows/yaml.integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ jobs:
yamllint_version: latest
yamllint_config_file: .yamllint.yaml
yamllint_target_dir: ./
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit af059ce

Please sign in to comment.