feat: add userinfo step
Some checks failed
/ env (push) Failing after 40s

This commit is contained in:
s3lph 2023-12-19 03:26:42 +01:00
parent c907ce7dfb
commit ab8a30ae6e
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -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