Skip to content

Commit

Permalink
ci: install aks ext (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Aviral Takkar <avtakkar@microsoft.com>
  • Loading branch information
avtakkar committed Jul 24, 2024
1 parent e621e7c commit c6f9463
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
# This is a temporary workaround. See: https://github.com/Azure/azure-cli/issues/28708#issuecomment-2049014471
- name: Fetch OID token every 4 mins
run: |
az extension add --name aks-preview
az extension update --name aks-preview
while true; do
token_request=$ACTIONS_ID_TOKEN_REQUEST_TOKEN
token_uri=$ACTIONS_ID_TOKEN_REQUEST_URL
Expand Down Expand Up @@ -113,6 +116,9 @@ jobs:
# This is a temporary workaround. See: https://github.com/Azure/azure-cli/issues/28708#issuecomment-2049014471
- name: Fetch OID token every 4 mins
run: |
az extension add --name aks-preview
az extension update --name aks-preview
while true; do
token_request=$ACTIONS_ID_TOKEN_REQUEST_TOKEN
token_uri=$ACTIONS_ID_TOKEN_REQUEST_URL
Expand Down

0 comments on commit c6f9463

Please sign in to comment.