Skip to content

Commit

Permalink
remove token
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Apr 24, 2024
1 parent ffab8bb commit fed16fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
shell: bash
run: |
cd ./infra
echo "🤔: ${{ env.ACTIONS_RUNTIME_TOKEN}}"
export ARM_OIDC_TOKEN=${{ env.ACTIONS_RUNTIME_TOKEN }}
# echo "🤔: ${{ env.ACTIONS_RUNTIME_TOKEN}}"
# export ARM_OIDC_TOKEN=${{ env.ACTIONS_RUNTIME_TOKEN }}
export ARM_USE_OIDC=true
export ARM_CLIENT_ID="51641492-9772-4871-bb4b-9dbbc20d4221"
export ARM_SUBSCRIPTION_ID=$(az account show --query id --output tsv)
Expand Down

0 comments on commit fed16fb

Please sign in to comment.