From 77c40e13b77fc21b7d89d57dd36af26b49259681 Mon Sep 17 00:00:00 2001 From: richardoswald Date: Mon, 9 Jun 2025 12:44:28 -0500 Subject: [PATCH] Update .gitea/workflows/send-post-updates.yml --- .gitea/workflows/send-post-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/send-post-updates.yml b/.gitea/workflows/send-post-updates.yml index cf608ad..87de8c4 100644 --- a/.gitea/workflows/send-post-updates.yml +++ b/.gitea/workflows/send-post-updates.yml @@ -8,6 +8,6 @@ jobs: run: | curl -X POST https://git.theoswalds.com/api/v1/repos/public/hugo-richard/actions/workflows/hugo-build.yml/dispatches \ -H 'accept: application/json' \ - -H 'Authorization: token ${{ secret.PAT_TOKEN }}' \ + -H 'Authorization: token ${{ secrets.PAT_TOKEN }}' \ -H 'Content-Type: application/json' \ -d '{"inputs": {}, "ref": "refs/heads/main"}' \ No newline at end of file