Skip to content

Commit e0c1b35

Browse files
authored
Update docker-build.yml
1 parent 7273353 commit e0c1b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
with:
6767
url: 'https://watchtower.kittybot.de/v1/update'
6868
method: 'POST'
69-
bearerToken: 'Bearer ${{ secrets.TOKEN }}'
69+
customHeaders: '{"Authorization": "Bearer ${{ secrets.TOKEN }}"}'

0 commit comments

Comments
 (0)