We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f79a17 + e1741f9 commit efee289Copy full SHA for efee289
.github/workflows/publish-and-deploy.yaml
@@ -34,4 +34,4 @@ jobs:
34
docker push $IMAGE_ID:latest
35
- name: Trigger update
36
run: |
37
- curl -H "Token: ${{ secrets.WATCHTOWER_TOKEN }}" https://watchtower.dev.comp-soc.com/v1/update
+ curl -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" https://watchtower.dev.comp-soc.com/v1/update
0 commit comments