From 31634d088a37f7dc23ba1e31ad17e3f944137559 Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Wed, 13 Sep 2023 23:06:43 -0400 Subject: [PATCH] provide un/pw for ghcr --- .github/workflows/build-artifact.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index ec54f4f1418..d73a2997043 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -28,6 +28,8 @@ jobs: uses: addnab/docker-run-action@v3 with: registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} image: ${{ github.repository }}-builder:latest options: -v ${{ github.workspace }}:/cfgov run: ./_build.sh