Skip to content

Commit

Permalink
fix: authorization header for api
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Jul 5, 2024
1 parent 2c05087 commit d32ca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
curl --fail-with-body -X POST \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Ptah-Token: ${{ secrets.PTAH_TOKEN }}' \
-H 'Authorization: Bearer ${{ secrets.PTAH_API_TOKEN }}' \
-d '{"processes":[{"name":"svc","dockerImage":"ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.tag_name }}"}]}' \
https://ctl.ptah.sh/api/v0/services/3/deploy

0 comments on commit d32ca14

Please sign in to comment.