@@ -2,9 +2,9 @@ name: Update
2
2
3
3
on :
4
4
schedule :
5
- # The scheduled jobs run only on `master`. Then we checkout `ja-all-enable `.
5
+ # The scheduled jobs run only on `master`. Then we checkout `ja-all-enabled `.
6
6
# <https://github.community/t5/GitHub-Actions/Scheduled-builds-of-non-default-branch/td-p/32270>
7
- - cron : ' 0 0 * * *'
7
+ - cron : " 0 0 * * *"
8
8
push :
9
9
branches :
10
10
- master
@@ -33,13 +33,13 @@ jobs:
33
33
default : true
34
34
profile : minimal
35
35
36
- - name : ' `cargo install --debug --bin cargo-add cargo-edit`'
36
+ - name : " `cargo install --debug --bin cargo-add cargo-edit`"
37
37
uses : actions-rs/cargo@v1
38
38
with :
39
39
command : install
40
40
args : --debug --bin cargo-add cargo-edit
41
41
42
- - name : ' `cargo install --debug cargo-outdated`'
42
+ - name : " `cargo install --debug cargo-outdated`"
43
43
uses : actions-rs/cargo@v1
44
44
with :
45
45
command : install
@@ -86,17 +86,17 @@ jobs:
86
86
print(f'::set-output name=body::{body}')
87
87
shell : python3 {0}
88
88
89
- - name : ' `cargo update`'
89
+ - name : " `cargo update`"
90
90
uses : actions-rs/cargo@v1
91
91
with :
92
92
command : update
93
93
94
94
- name : Create Pull Request
95
95
uses : peter-evans/create-pull-request@v2
96
96
with :
97
- token : ${{ secrets.GITHUB_TOKEN }}
98
- commit-message : ' [bot] Update the crates'
99
- title : ' [bot] Update the crates'
97
+ token : ${{ secrets.REPO_SCOPED_TOKEN }}
98
+ commit-message : " [bot] Update the crates"
99
+ title : " [bot] Update the crates"
100
100
body : ${{ steps.upgrade.outputs.body }}
101
101
branch : ja-all-enabled-update-the-crates
102
102
base : ja-all-enabled
0 commit comments