diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 39e12c3e7..419ae5645 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -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 }} \ No newline at end of file