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 f3dd4af commit 8fb7223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/radix-operator-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Add GitHub IP to ACR
id: update_firewall
run: az acr network-rule add --name radixdev --ip-address ${{ steps.github_public_ip.outputs.ipv4 }} --query provisioningState
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:
Expand Down

0 comments on commit 8fb7223

Please sign in to comment.