This commit is contained in:
parent
c907ce7dfb
commit
ab8a30ae6e
1 changed files with 4 additions and 0 deletions
|
@ -13,4 +13,8 @@ jobs:
|
|||
steps:
|
||||
- run: env
|
||||
- run: cat $GITHUB_EVENT_PATH
|
||||
- name: Get token info
|
||||
run: |
|
||||
apt update; apt install -y curl jq
|
||||
curl -vL --oauth2-bearer "${GITHUB_TOKEN} ${GITHUB_SERVER_URL}/login/oauth/userinfo | jq
|
||||
|
||||
|
|
Loading…
Reference in a new issue