From d26eb0aa9a6783e5a66f749e9de6810d5942e046 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Sat, 4 Jul 2026 14:02:53 -0400 Subject: [PATCH] Authenticate Packer plugin downloads --- .github/workflows/template-validation.yml | 1 + 1 file changed, 1 insertion(+) 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 }}