Skip to content

Commit ccfde4a

Browse files
authored
fix: pass token for get tflint step (#36)
1 parent b1492e6 commit ccfde4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/terraform-stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ jobs:
263263
source-path: ${{ inputs.tflint_repo_config_path }}
264264
source-ref: ${{ inputs.tflint_repo_ref }}
265265
destination-path: .tflint.hcl
266+
token: ${{ steps.github_app_token.outputs.token }}
266267

267268
- name: Run TFLint
268269
uses: reviewdog/action-tflint@v1

0 commit comments

Comments
 (0)