Skip to content

Commit

Permalink
Use PACKER_GITHUB_API_TOKEN in environment
Browse files Browse the repository at this point in the history
Seems like the secret must be set explicitly in the environment for it
to be available to the packer command.
  • Loading branch information
lunkwill42 committed Apr 2, 2024
1 parent c3ed522 commit af18726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
env:
PACKER_LOG: 0
PACKER_CACHE: .cache/packer
PACKER_GITHUB_API_TOKEN: ${{ secrets.PACKER_GITHUB_API_TOKEN }}

steps:
- name: Checkout repository
Expand Down

0 comments on commit af18726

Please sign in to comment.