We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 503a15c + 6765b00 commit 9e888d4Copy full SHA for 9e888d4
.github/workflows/update-quick-start-module.yml
@@ -96,14 +96,14 @@ jobs:
96
if: ${{ failure() }} # only run when this job is failed.
97
with:
98
title: Updating quick start module failed
99
- token: ${{secrets.GITHUB_TOKEN}}
+ token: ${{secrets.PYTORCHBOT_TOKEN}}
100
assignees: ${{github.actor}}
101
labels: bug
102
body: Updating quick start module failed, please fix update quick start module
103
- name: Create Pull Request
104
uses: peter-evans/create-pull-request@v3
105
106
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PYTORCHBOT_TOKEN }}
107
commit-message: Modify published_versions.json file
108
title: '[Getting Started Page] Modify published_versions.json file'
109
body: >
0 commit comments