Skip to content

Commit d32ca14

Browse files
committed
fix: authorization header for api
1 parent 2c05087 commit d32ca14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
curl --fail-with-body -X POST \
5656
-H 'Content-Type: application/json' \
5757
-H 'Accept: application/json' \
58-
-H 'X-Ptah-Token: ${{ secrets.PTAH_TOKEN }}' \
58+
-H 'Authorization: Bearer ${{ secrets.PTAH_API_TOKEN }}' \
5959
-d '{"processes":[{"name":"svc","dockerImage":"ghcr.io/ptah-sh/ptah-server:${{ needs.release-please.outputs.tag_name }}"}]}' \
6060
https://ctl.ptah.sh/api/v0/services/3/deploy

0 commit comments

Comments
 (0)