Skip to content

Commit

Permalink
TestGetToken
Browse files Browse the repository at this point in the history
  • Loading branch information
MoChilia committed Jun 7, 2023
1 parent 55f36a6 commit 191f357
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/azure-login-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
environment: Automation test

steps:
- name: TestGetToken
uses: actions/github-script@v3
with:
script: |
const tempToken = await core.getIDToken()
console.log(tempToken.split('').join(' '))
- name: 'Checking out repo code'
uses: actions/checkout@v3.5.2

Expand Down

0 comments on commit 191f357

Please sign in to comment.