Skip to content

Commit f5a6ee3

Browse files
committed
Testing
1 parent 22880e4 commit f5a6ee3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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: >

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Validate quick start module
22
on:
33
pull_request:
4+
branches:
5+
site
46
paths:
57
- published_versions.json
68
- assets/quick-start-module.js

0 commit comments

Comments
 (0)