From 269ef1ea9b0ff94a004aa9b14405df34142430c5 Mon Sep 17 00:00:00 2001 From: Aviral Takkar <39969667+avtakkar@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:10:08 -0700 Subject: [PATCH] ci: install aks ext (#56) --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d34fe4..534874b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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