We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25ca64 commit af059ceCopy full SHA for af059ce
.github/workflows/terraform.integration.yaml
@@ -78,6 +78,8 @@ jobs:
78
terraform_version: latest
79
terraform_host: app.terraform.io
80
secrets:
81
+ gh_token: ${{ secrets.GITHUB_TOKEN }}
82
+ token: ${{ secrets.GITHUB_TOKEN }}
83
terraform_token: ${{ secrets.TERRAFORM_TOKEN }}
84
85
@@ -101,5 +103,6 @@ jobs:
101
103
102
104
105
106
107
token: ${{ secrets.GITHUB_TOKEN }}
108
.github/workflows/yaml.integration.yaml
@@ -56,3 +56,5 @@ jobs:
56
yamllint_version: latest
57
yamllint_config_file: .yamllint.yaml
58
yamllint_target_dir: ./
59
+ secrets:
60
0 commit comments