From b2c825bcaaa9a75f38db1b1a0cf1d3c3aa5098da Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 28 Sep 2025 19:23:19 +0000 Subject: [PATCH] Update build-and-deploy.yml --- .github/workflows/build-and-deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index aa20839..8607069 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -48,4 +48,7 @@ jobs: git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Signum/workaround-astro-starlight.git temp-build:dist-trixie --force - name: Trigger deployment webhook - run: curl '$COOLIFY_DEPLOY_WEBHOOK' --header 'Authorization: Bearer ${{ secrets.COOLIFY_DEPLOY_TOKEN }}' + run: | + curl "$COOLIFY_DEPLOY_WEBHOOK" --header "Authorization: Bearer $COOLIFY_DEPLOY_TOKEN" + env: + COOLIFY_DEPLOY_TOKEN: ${{ secrets.COOLIFY_DEPLOY_TOKEN }}