mirror of
https://github.com/azure/login.git
synced 2026-06-08 12:17:08 +00:00
print token for check
This commit is contained in:
parent
b54e6e2f76
commit
da2e80cd21
1 changed files with 7 additions and 0 deletions
7
.github/workflows/azure-login-positive.yml
vendored
7
.github/workflows/azure-login-positive.yml
vendored
|
|
@ -17,6 +17,13 @@ jobs:
|
|||
environment: autotest
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue