Skip to content

Commit 88a0464

Browse files
Add debug step for key value secrets in deployment workflow
1 parent c6d932b commit 88a0464

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-aca-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
with:
4141
creds: ${{ secrets.AZURE_CREDENTIALS }}
4242

43+
- name: Debug Key Value Values
44+
run: |
45+
echo "KEY_VALUE_KEYS=${{ secrets.KEY_VALUE_KEYS }}"
46+
echo "KEY_VALUE_VALUES=${{ secrets.KEY_VALUE_VALUES }}"
47+
echo '${{ secrets.KEY_VALUE_VALUES }}' | jq
4348
- name: Create Resource Group, Deploy Bicep
4449
uses: azure/CLI@v1
4550
with:

0 commit comments

Comments
 (0)