Authenticate Packer plugin downloads

This commit is contained in:
Fedor Korotkov 2026-07-04 14:02:53 -04:00
parent 38da09acfd
commit d26eb0aa9a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ concurrency:
cancel-in-progress: true
env:
PACKER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TART_REGISTRY_HOSTNAME: ghcr.io
TART_REGISTRY_USERNAME: ${{ github.actor }}
TART_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}