Skip to content

Commit

Permalink
Add missing token (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Jul 3, 2024
1 parent 010f7a3 commit 7e74e63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
if: matrix.os != 'sonoma-arm64'
run: packer build --only=macstadium-orka.${{ matrix.os }} orka-base.pkr.hcl
working-directory: ansible/packer
env:
ORKA_TOKEN: ${{ secrets.ORKA_TOKEN }}

- name: Run Packer (final image)
run: packer build --only=macstadium-orka.${{ matrix.os }} orka.pkr.hcl
Expand Down

0 comments on commit 7e74e63

Please sign in to comment.