Skip to content

Commit 61053db

Browse files
authored
Pass GITHUB_TOKEN to e2e test workflow (#435)
1 parent f884958 commit 61053db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
go-version-file: 'go.mod'
3030
- name: Install TFLint
3131
run: curl -sL https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3234
- name: Install plugin (Linux)
3335
if: runner.os == 'Linux'
3436
run: make install

0 commit comments

Comments
 (0)