Skip to content

Commit 7bfe1c4

Browse files
Fixing typo in TagBot.yml
1 parent 6fcd856 commit 7bfe1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/TagBot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
types:
55
- created
66
workflow_dispatch:
7+
permissions:
8+
contents: write
79
jobs:
8-
permissions:
9-
contents: write
1010
TagBot:
1111
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)