diff --git a/.github/actions/deploy-environment/action.yml b/.github/actions/deploy-environment/action.yml index 5236da30..1c76b4e9 100644 --- a/.github/actions/deploy-environment/action.yml +++ b/.github/actions/deploy-environment/action.yml @@ -58,9 +58,9 @@ runs: shell: bash working-directory: cluster - - uses: Azure/login@v1 - with: - creds: ${{ inputs.azure_credentials }} + # - uses: Azure/login@v1 + # with: + # creds: ${{ inputs.azure_credentials }} # - id: deploy-arm-resources # run: |