Skip to content

Commit

Permalink
relogin
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Nov 6, 2023
1 parent a4e8e0f commit 9deda68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/radix-operator-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
id: update_firewall
run: az acr network-rule add --name radixdev --ip-address ${{ steps.github_public_ip.outputs.ipv4 }} --query provisioningState && sleep 60

- uses: azure/login@v1
with:
client-id: 6e96429a-3ad5-40ee-b961-6de864d878fc
tenant-id: 3aa4a235-b6e2-48d5-9195-7fcf05b459b0
subscription-id: 16ede44b-1f74-40a5-b428-46cca9a5741b

- name: ACR Login
run: 'az acr login --name radixdev --subscription 16ede44b-1f74-40a5-b428-46cca9a5741b'

Expand Down

0 comments on commit 9deda68

Please sign in to comment.