diff --git a/.github/workflows/manual_trigger_update_all.yml b/.github/workflows/manual_trigger_update_all.yml index 7e4c9dc548..2bab40c128 100644 --- a/.github/workflows/manual_trigger_update_all.yml +++ b/.github/workflows/manual_trigger_update_all.yml @@ -148,7 +148,7 @@ jobs: - name: Create Pull Request uses: devops-infra/action-pull-request@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.RTTHREAD_GITHUB_TOKEN }} title: "[action] Automated PR for updates" body: "This PR was created automatically by GitHub Actions." source_branch: development