Skip to content

Commit

Permalink
Add debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Crawfis <[email protected]>
  • Loading branch information
AaronCrawfis committed Mar 27, 2024
1 parent 2cf706e commit 09467a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
# https://learn.microsoft.com/azure/devops/integrate/get-started/authentication/service-principal-managed-identity
accessToken=$(az account get-access-token --resource 499b84ac-1321-427f-aa17-267ca6975798 --query "accessToken" --output tsv)
echo "ADO_TOKEN=$accessToken" >> $GITHUB_ENV
- name: Print length of ADO_TOKEN
run: |
echo "ADO_TOKEN length: ${#ADO_TOKEN}"
- name: Sync issue to Azure DevOps
uses: danhellem/[email protected]
env:
Expand Down

0 comments on commit 09467a8

Please sign in to comment.