Skip to content

Commit 3069836

Browse files
committed
increase rate limits by supplying runner github token
1 parent 0ca9b87 commit 3069836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
TAG=$(curl -sSf \
4848
-H "Accept: application/vnd.github+json" \
49-
-H "X-GitHub-Api-Version: 2022-11-28" \
49+
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
5050
https://api.github.com/repos/EnergySystemsModellingLab/MUSE2/releases/latest \
5151
| jq -r '.tag_name')
5252

0 commit comments

Comments
 (0)