Skip to content

Commit

Permalink
Pass GITHUB_TOKEN to e2e test workflow (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Dec 26, 2022
1 parent f7153ee commit 6b69b41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
go-version-file: 'go.mod'
- name: Install TFLint
run: curl -sL https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install plugin (Linux)
if: runner.os == 'Linux'
run: make install
Expand Down

0 comments on commit 6b69b41

Please sign in to comment.