File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 1
1
name : CompatHelper
2
-
3
2
on :
4
3
schedule :
5
- - cron : ' 00 * * * *'
6
- issues :
7
- types : [opened, reopened]
8
-
4
+ - cron : 0 0 * * *
5
+ workflow_dispatch :
9
6
jobs :
10
- build :
11
- runs-on : ${{ matrix.os }}
12
- strategy :
13
- matrix :
14
- julia-version : [1.2.0]
15
- julia-arch : [x86]
16
- os : [ubuntu-latest]
7
+ CompatHelper :
8
+ runs-on : ubuntu-latest
17
9
steps :
18
- - uses : julia-actions/setup-julia@latest
19
- with :
20
- version : ${{ matrix.julia-version }}
21
10
- name : Pkg.add("CompatHelper")
22
11
run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
23
12
- name : CompatHelper.main()
24
13
env :
25
14
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
+ COMPATHELPER_PRIV : ${{ secrets.DOCUMENTER_KEY }}
26
16
run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 1
1
name : TagBot
2
2
on :
3
3
schedule :
4
- - cron : 0 * * * *
4
+ - cron : 0 0 * * *
5
+ workflow_dispatch :
5
6
jobs :
6
7
TagBot :
7
8
runs-on : ubuntu-latest
8
9
steps :
9
10
- uses : JuliaRegistries/TagBot@v1
10
11
with :
11
12
token : ${{ secrets.GITHUB_TOKEN }}
13
+ ssh : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments