Skip to content

Commit

Permalink
Update bicep download from GHCR (#592)
Browse files Browse the repository at this point in the history
* add GH login

* nit
  • Loading branch information
sk593 authored Oct 11, 2023
1 parent bb180c4 commit 5c473f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5c473f0

Please sign in to comment.