From c546ef1631fe2b263ccad9980a90e20197b6c577 Mon Sep 17 00:00:00 2001 From: Nat DeFries <42820733+nmdefries@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:21:52 -0500 Subject: [PATCH] use api token --- .github/workflows/build-container-images.yml | 2 ++ 1 file changed, 2 insertions(+) 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#*/}"