diff --git a/.github/workflows/build-container-images.yml b/.github/workflows/build-container-images.yml index eed9d437e..84f636383 100644 --- a/.github/workflows/build-container-images.yml +++ b/.github/workflows/build-container-images.yml @@ -22,6 +22,8 @@ jobs: password: ${{ secrets.CMU_DELPHI_DEPLOY_MACHINE_PAT }} - name: Build, tag, and push image to Github + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | baseRef="${GITHUB_REF#*/}" baseRef="${baseRef#*/}"