diff --git a/.github/workflows/index.yaml b/.github/workflows/index.yaml index 63cf488f6..94ef23a59 100644 --- a/.github/workflows/index.yaml +++ b/.github/workflows/index.yaml @@ -62,7 +62,7 @@ jobs: curl -L \ -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{ secrets.PAT }}" \ + -H "Authorization: Bearer ${{ secrets.GITHUB_ACTIONS_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/$repo_owner/$repo_name/dispatches \ -d "{\"event_type\": \"$event_type\", \"client_payload\": {\"version\": \"$version\", \"unit\": false, \"integration\": true}}"