diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 8ee10cc..6a7de30 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -55,7 +55,7 @@ jobs: - run: | env - curl "${{ DEPLOY_WEBHOOK }}" --header "Authorization: Bearer ${{ DEPLOY_TOKEN }}" + curl "$DEPLOY_WEBHOOK" --header "Authorization: Bearer $DEPLOY_TOKEN" env: DEPLOY_WEBHOOK: ${{ secrets.COOLIFY_DEPLOY_WEBHOOK }}