From 5c473f000f3f1ade9aea346f6cefafd17ebff8e9 Mon Sep 17 00:00:00 2001 From: Shruthi Kumar Date: Wed, 11 Oct 2023 12:48:17 -0700 Subject: [PATCH] Update bicep download from GHCR (#592) * add GH login * nit --- .github/workflows/test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b8c6b5e2..696903dd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -179,6 +179,13 @@ jobs: run: | helm repo add dapr https://dapr.github.io/helm-charts/ helm install dapr dapr/dapr --version=1.6 --namespace dapr-system --create-namespace --wait + # TODO: Remove authentication once GHCR is public + - name: Login to GitHub Container Registry + uses: docker/login-action@v2 + with: + registry: ghcr.io + username: rad-ci-bot + password: ${{ secrets.GH_RAD_CI_BOT_PAT }} - name: Download rad CLI if: steps.gen-id.outputs.RUN_TEST == 'true' run: |