diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f898974bc6..8458afe6521 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1215,7 +1215,7 @@ jobs: command: | curl -X POST https://api.github.com/repos/react-native-community/rn-diff-purge/dispatches \ -H "Accept: application/vnd.github.v3+json" \ - -u "$PAT_USERNAME:$PAT_TOKEN" \ + -H "Authorization: Bearer $REACT_NATIVE_BOT_GITHUB_TOKEN" \ -d "{\"event_type\": \"publish\", \"client_payload\": { \"version\": \"${CIRCLE_TAG:1}\" }}" - run: name: Install dependencies