diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index bab29237..d6e1a0e4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -27,4 +27,4 @@ jobs: ghcr.io/xske/pluralkit:latest cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }} cache-to: type=inline - - run: curl https://api-beta.pluralkit.me/v1/update -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \ No newline at end of file + - run: "curl https://api-beta.pluralkit.me/v1/update -H 'Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}'" \ No newline at end of file