Skip to content

Commit

Permalink
Pass GITHUB_TOKEN to container install script (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 authored Dec 25, 2022
1 parent 5e9f2c1 commit 691f10e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
run: |
./install_linux.sh
tflint -v
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install specific version
env:
TFLINT_VERSION: v0.15.0
Expand Down

0 comments on commit 691f10e

Please sign in to comment.