mirror of https://github.com/RT-Thread/rt-thread
change RTTHREAD_GITHUB_TOKEN
This commit is contained in:
parent
372c841912
commit
8b6df9a508
|
@ -148,7 +148,7 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: devops-infra/action-pull-request@master
|
uses: devops-infra/action-pull-request@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.RTTHREAD_GITHUB_TOKEN }}
|
||||||
title: "[action] Automated PR for updates"
|
title: "[action] Automated PR for updates"
|
||||||
body: "This PR was created automatically by GitHub Actions."
|
body: "This PR was created automatically by GitHub Actions."
|
||||||
source_branch: development
|
source_branch: development
|
||||||
|
|
Loading…
Reference in New Issue