File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 23
23
- { os: ubuntu-latest, version: 'nightly', arch: x64}
24
24
- { os: ubuntu-latest, version: '1', arch: x86 }
25
25
- { os: windows-latest, version: '1', arch: x64}
26
- - { os: macOS-latest, version: '1', arch: x64 }
26
+ - { os: macOS-latest, version: '1', arch: aarch64 }
27
27
28
28
steps :
29
29
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4
4
types :
5
5
- created
6
6
workflow_dispatch :
7
+ inputs :
8
+ lookback :
9
+ default : " 3"
10
+
11
+ permissions :
12
+ actions : read
13
+ checks : read
14
+ contents : write
15
+ deployments : read
16
+ issues : read
17
+ discussions : read
18
+ packages : read
19
+ pages : read
20
+ pull-requests : read
21
+ repository-projects : read
22
+ security-events : read
23
+ statuses : read
24
+
7
25
jobs :
8
26
TagBot :
9
27
if : github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
12
30
- uses : JuliaRegistries/TagBot@v1
13
31
with :
14
32
token : ${{ secrets.GITHUB_TOKEN }}
15
- ssh : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments