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 7273353 commit e0c1b35Copy full SHA for e0c1b35
.github/workflows/docker-build.yml
@@ -66,4 +66,4 @@ jobs:
66
with:
67
url: 'https://watchtower.kittybot.de/v1/update'
68
method: 'POST'
69
- bearerToken: 'Bearer ${{ secrets.TOKEN }}'
+ customHeaders: '{"Authorization": "Bearer ${{ secrets.TOKEN }}"}'
0 commit comments