Skip to content

Commit

Permalink
Merge pull request #268 from gm3dmo/sergeybug
Browse files Browse the repository at this point in the history
Fixing token
  • Loading branch information
gm3dmo authored Jan 30, 2025
2 parents 0a11cf5 + 0d89e72 commit 8145f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiny-create-check-run-with-annotation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GITHUB_TOKEN=$(./tiny-call-get-installation-token.sh | jq -r '.token')

curl ${curl_custom_flags} \
-X POST \
-H "Authorization: Bearer ${GITHUB_TOKEN_TOKEN}" \
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
-H "Accept: application/vnd.github.v3+json" \
"${GITHUB_API_BASE_URL}/repos/${org}/${repo}/check-runs" --data @${json_file}

0 comments on commit 8145f54

Please sign in to comment.