Skip to content

Commit

Permalink
Quieter webhook via curl
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Apr 3, 2024
1 parent 5a1fb36 commit 54d847d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Update the blog container
if: github.event_name != 'pull_request'
run: |
curl -H "Authorization: Bearer ${WATCHTOWER_TOKEN}" \
curl -s -H "Authorization: Bearer ${WATCHTOWER_TOKEN}" \
https://watchtower.thetanerd.com/v1/update
env:
WATCHTOWER_TOKEN: ${{ secrets.WATCHTOWER_TOKEN }}

0 comments on commit 54d847d

Please sign in to comment.