diff --git a/.github/workflows/template-validation.yml b/.github/workflows/template-validation.yml index 0ebe368..3dcc3cd 100644 --- a/.github/workflows/template-validation.yml +++ b/.github/workflows/template-validation.yml @@ -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 }}