Commit 2a48a8c 1 parent 4536f1e commit 2a48a8c Copy full SHA for 2a48a8c
File tree 2 files changed +2
-14
lines changed
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 5
5
- cron : ' 1 2 1,15 * *'
6
6
workflow_dispatch :
7
7
8
- permissions :
9
- contents : read
10
-
11
8
jobs :
12
9
publish :
13
10
name : Refresh Citation Style Language Files
14
11
runs-on : ubuntu-latest
15
- permissions :
16
- contents : write # for peter-evans/create-pull-request to create branch
17
- pull-requests : write # for peter-evans/create-pull-request to create a PR
18
12
if : (github.repository == 'JabRef/jabref')
19
13
steps :
20
14
- uses : actions/checkout@v4
52
46
cp buildres/csl/csl-locales/locales-en-US.xml src/main/resources/csl-locales/
53
47
- uses : peter-evans/create-pull-request@v5
54
48
with :
55
- token : ${{ secrets.GITHUB_TOKEN }}
49
+ token : ${{ secrets.GH_TOKEN_UPDATE_GRADLE_WRAPPER }}
56
50
branch : refresh-csl
57
51
title : " [Bot] Update CSL styles"
58
52
commit-message : Update CSL styles
Original file line number Diff line number Diff line change 5
5
- cron : ' 1 2 2,16 * *'
6
6
workflow_dispatch :
7
7
8
- permissions :
9
- contents : read
10
-
11
8
jobs :
12
9
publish :
13
10
name : Refresh Journal List Files
14
11
runs-on : ubuntu-latest
15
- permissions :
16
- contents : write # for peter-evans/create-pull-request to create branch
17
- pull-requests : write # for peter-evans/create-pull-request to create a PR
18
12
if : (github.repository == 'JabRef/jabref')
19
13
steps :
20
14
- uses : actions/checkout@v4
44
38
./gradlew generateJournalListMV
45
39
- uses : peter-evans/create-pull-request@v5
46
40
with :
47
- token : ${{ secrets.GITHUB_TOKEN }}
41
+ token : ${{ secrets.GH_TOKEN_UPDATE_GRADLE_WRAPPER }}
48
42
branch : update-journal-lists
49
43
title : " [Bot] Update journal abbreviation lists"
50
44
commit-message : Update journal abbreviation lists
You can’t perform that action at this time.
0 commit comments