this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ“ Update deploy hook secret reference

+1 -1
+1 -1
.github/workflows/handbook-publish.yml
··· 11 11 steps: 12 12 - name: Trigger Cloudflare Pages deploy hook 13 13 env: 14 - DEPLOY_HOOK_URL: ${{ secrets.CF_PAGES_DEPLOY_HOOK }} 14 + DEPLOY_HOOK_URL: ${{ secrets.DEPLOY_HOOK_URL }} 15 15 run: | 16 16 set -euo pipefail 17 17 curl -X POST -sS "${DEPLOY_HOOK_URL}"