Skip to content

Commit

Permalink
Fix apiserver deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 31, 2024
1 parent 79c5ec0 commit 38b4d4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/apiserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,7 @@ jobs:
- name: Deploy
run: >
curl -fsSLv -X POST -H "Authorization: Bearer $TOKEN"
curl -fL --no-progress-meter -X POST -H "Authorization: Bearer $TOKEN"
https://apt.fullstaqruby.org/admin/upgrade_apiserver
env:
TOKEN: ${{ steps.get-id-token.outputs.id_token }}

0 comments on commit 38b4d4e

Please sign in to comment.