We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca9b87 commit 3069836Copy full SHA for 3069836
1 file changed
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
TAG=$(curl -sSf \
48
-H "Accept: application/vnd.github+json" \
49
- -H "X-GitHub-Api-Version: 2022-11-28" \
+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
50
https://api.github.com/repos/EnergySystemsModellingLab/MUSE2/releases/latest \
51
| jq -r '.tag_name')
52
0 commit comments