Skip to content

Commit 76e69f5

Browse files
authored
Add permissions to tagbot (#853)
Let's see if this helps with tags
1 parent 72e444d commit 76e69f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/TagBot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ on:
88
lookback:
99
default: 3
1010
permissions:
11+
actions: write
12+
checks: write
1113
contents: write
14+
deployments: write
15+
issues: write
16+
pages: write
1217
jobs:
1318
TagBot:
1419
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'

0 commit comments

Comments
 (0)