Skip to content

Commit 67fdb52

Browse files
authored
Update TagBot.yml (#54)
Permissions
1 parent 39d5dab commit 67fdb52

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/TagBot.yml

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

0 commit comments

Comments
 (0)