Skip to content

Commit efee289

Browse files
authored
Merge pull request #5 from compsoc-edinburgh/yutotakano/fix-ci-watchtower-header
2 parents 3f79a17 + e1741f9 commit efee289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-and-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
docker push $IMAGE_ID:latest
3535
- name: Trigger update
3636
run: |
37-
curl -H "Token: ${{ secrets.WATCHTOWER_TOKEN }}" https://watchtower.dev.comp-soc.com/v1/update
37+
curl -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" https://watchtower.dev.comp-soc.com/v1/update

0 commit comments

Comments
 (0)