We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86fc8f8 + 56009d1 commit 2fe6d36Copy full SHA for 2fe6d36
.github/workflows/check_auth.yml
@@ -47,7 +47,8 @@ jobs:
47
echo "JSON_PAYLOAD_PATH=files_payload.json" >> $GITHUB_ENV
48
49
- name: Debug subscription ID
50
- run: echo "Subscription ID is ${{ secrets.AZURE_SUBSCRIPTION_ID }}"
+ run: echo "Subscription ID is ${{ secrets.AZURE_SUBSCRIPTION_ID }} and check is ${{secrets.SEC}}"
51
+
52
53
54
- name: Azure Login using Federated Identity
0 commit comments