Skip to content

Commit 40486b3

Browse files
Add permissions for TagBot workflow
1 parent 97565b9 commit 40486b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tagbot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
inputs:
88
lookback:
99
default: "3"
10+
permissions:
11+
contents: write
12+
workflows: write
1013
jobs:
1114
TagBot:
1215
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'

0 commit comments

Comments
 (0)