Skip to content

Commit 9e888d4

Browse files
authored
Merge pull request #1213 from atalman/use_pytorchbot_token
Use pytorchbot token to send PR's
2 parents 503a15c + 6765b00 commit 9e888d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-quick-start-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ jobs:
9696
if: ${{ failure() }} # only run when this job is failed.
9797
with:
9898
title: Updating quick start module failed
99-
token: ${{secrets.GITHUB_TOKEN}}
99+
token: ${{secrets.PYTORCHBOT_TOKEN}}
100100
assignees: ${{github.actor}}
101101
labels: bug
102102
body: Updating quick start module failed, please fix update quick start module
103103
- name: Create Pull Request
104104
uses: peter-evans/create-pull-request@v3
105105
with:
106-
token: ${{ secrets.GITHUB_TOKEN }}
106+
token: ${{ secrets.PYTORCHBOT_TOKEN }}
107107
commit-message: Modify published_versions.json file
108108
title: '[Getting Started Page] Modify published_versions.json file'
109109
body: >

0 commit comments

Comments
 (0)