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