We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c05087 commit d32ca14Copy full SHA for d32ca14
.github/workflows/release-please.yml
@@ -55,6 +55,6 @@ jobs:
55
curl --fail-with-body -X POST \
56
-H 'Content-Type: application/json' \
57
-H 'Accept: application/json' \
58
- -H 'X-Ptah-Token: ${{ secrets.PTAH_TOKEN }}' \
+ -H 'Authorization: Bearer ${{ secrets.PTAH_API_TOKEN }}' \
59
-d '{"processes":[{"name":"svc","dockerImage":"ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.tag_name }}"}]}' \
60
https://ctl.ptah.sh/api/v0/services/3/deploy
0 commit comments