Skip to content

Commit

Permalink
fix: Authorization bearer tag
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 authored Jan 4, 2025
1 parent 9b050d1 commit 8ad0e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jcef.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
PLATFORM="${{ matrix.platform }}"
response=$(curl -w "\n%{http_code}" -X POST \
-H "Authorization: $API_TOKEN" \
-H "Authorization: Bearer $API_TOKEN" \
-F "file=@${PLATFORM}.tar.gz" \
"http://nossl.api.liquidbounce.net/api/v3/resource/mcef-cef/${{ github.sha }}/${PLATFORM}")
Expand Down

0 comments on commit 8ad0e87

Please sign in to comment.