Skip to content

Commit

Permalink
ci: use github token when downloading packer deps from github (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Nov 18, 2024
1 parent a0083a2 commit 5d63399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:

env:
PACKER_LOG: "1"
PACKER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5d63399

Please sign in to comment.