diff --git a/.gitea/workflows/test-dispatch.yaml b/.gitea/workflows/test-dispatch.yaml index 122719e..fe4957d 100644 --- a/.gitea/workflows/test-dispatch.yaml +++ b/.gitea/workflows/test-dispatch.yaml @@ -14,7 +14,7 @@ jobs: - run: |- curl -sv "$GITHUB_API_URL/repos/codinget/actions-test/actions/workflows/test-inputs.yaml/dispatches" \ -X POST \ - -H "Authorization: token $ACTIONS_RUNTIME_TOKEN" \ + -H "Authorization: token $GITEA_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "ref": "refs/heads/main",