Skip to content

Commit f1c9b48

Browse files
authored
Merge pull request #59 from JuliaTesting/tagbot
Update tagbot workflow
2 parents 52b8ad1 + faa8929 commit f1c9b48

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- { os: ubuntu-latest, version: 'nightly', arch: x64}
2424
- { os: ubuntu-latest, version: '1', arch: x86 }
2525
- { os: windows-latest, version: '1', arch: x64}
26-
- { os: macOS-latest, version: '1', arch: x64}
26+
- { os: macOS-latest, version: '1', arch: aarch64}
2727

2828
steps:
2929
- uses: actions/checkout@v4

.github/workflows/TagBot.yml

+18-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ on:
44
types:
55
- created
66
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+
725
jobs:
826
TagBot:
927
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
@@ -12,4 +30,3 @@ jobs:
1230
- uses: JuliaRegistries/TagBot@v1
1331
with:
1432
token: ${{ secrets.GITHUB_TOKEN }}
15-
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)