Skip to content

Commit

Permalink
infra: use token as this failing to send request from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Jan 31, 2023
1 parent ff239e0 commit 7596549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/releasenotes-gen-xdoc-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else
fi

cd .ci-temp/checkstyle
LATEST_RELEASE_TAG=$(curl -s \
LATEST_RELEASE_TAG=$(curl -s -H "Authorization: token $READ_ONLY_TOKEN" \
https://api.github.com/repos/checkstyle/checkstyle/releases/latest \
| jq ".tag_name")
echo LATEST_RELEASE_TAG="$LATEST_RELEASE_TAG"
Expand Down

0 comments on commit 7596549

Please sign in to comment.