Skip to content

Commit f2798a4

Browse files
committed
update TagBot
1 parent ea34ccd commit f2798a4

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
name: TagBot
2-
permissions: write-all
32
on:
43
issue_comment:
54
types:
65
- created
76
workflow_dispatch:
7+
inputs:
8+
lookback:
9+
default: "3"
10+
description: "The number of days to look back for new tags"
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
824
jobs:
925
TagBot:
1026
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
@@ -13,4 +29,4 @@ jobs:
1329
- uses: JuliaRegistries/TagBot@v1
1430
with:
1531
token: ${{ secrets.GITHUB_TOKEN }}
16-
ssh: ${{ secrets.DOCUMENTER_KEY }}
32+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)