Skip to content

Commit f45b732

Browse files
committed
chatgpt suggestion, confirm token identity
1 parent 7213de3 commit f45b732

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
set -e
5555
set -x
5656
57+
curl -H "Authorization: token ${{ steps.generate_token.outputs.token }}" https://api.github.com/user
58+
5759
BRANCH_NAME="cli-update-docs-${{ github.ref_name }}"
5860
# Remove the "/merge" suffix if it exists
5961
BRANCH_NAME=${BRANCH_NAME%/merge}

0 commit comments

Comments
 (0)