Skip to content

Commit

Permalink
Add debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jiechen0826 committed Feb 11, 2025
1 parent 4be6a0b commit c98cc91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,11 @@ jobs:
uses: actions/checkout@v4
with:
show-progress: false


- name: Print ACTIONS_ID_TOKEN_REQUEST_URL
run: |
echo "ACTIONS_ID_TOKEN_REQUEST_URL=${{ secrets.ACTIONS_ID_TOKEN_REQUEST_URL }}"
# Install Azure CLI and login to Azure
- name: Azure OIDC Login
uses: azure/login@v2
Expand Down

0 comments on commit c98cc91

Please sign in to comment.