Skip to content

Commit af059ce

Browse files
committed
Update github workflows
1 parent c25ca64 commit af059ce

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/terraform.integration.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
terraform_version: latest
7979
terraform_host: app.terraform.io
8080
secrets:
81+
gh_token: ${{ secrets.GITHUB_TOKEN }}
82+
token: ${{ secrets.GITHUB_TOKEN }}
8183
terraform_token: ${{ secrets.TERRAFORM_TOKEN }}
8284

8385

@@ -101,5 +103,6 @@ jobs:
101103
terraform_version: latest
102104
terraform_host: app.terraform.io
103105
secrets:
106+
gh_token: ${{ secrets.GITHUB_TOKEN }}
104107
token: ${{ secrets.GITHUB_TOKEN }}
105108
terraform_token: ${{ secrets.TERRAFORM_TOKEN }}

.github/workflows/yaml.integration.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ jobs:
5656
yamllint_version: latest
5757
yamllint_config_file: .yamllint.yaml
5858
yamllint_target_dir: ./
59+
secrets:
60+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)