Skip to content

Commit 27cb093

Browse files
Fix TagBot
Seems TagBot is broken, attempt to fix
1 parent ae94c1d commit 27cb093

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/tagbot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ on:
44
types:
55
- created
66
workflow_dispatch:
7+
permissions:
8+
actions: read
9+
checks: read
10+
contents: write
11+
deployments: read
12+
issues: read
13+
discussions: read
14+
packages: read
15+
pages: read
16+
pull-requests: read
17+
repository-projects: read
18+
security-events: read
19+
statuses: read
720
jobs:
821
TagBot:
922
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'

0 commit comments

Comments
 (0)