Skip to content

Commit 9570e89

Browse files
authored
Update TagBot.yml
1 parent f157273 commit 9570e89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: TagBot
2+
permissions: write-all
23
on:
34
issue_comment:
45
types:
@@ -12,4 +13,4 @@ jobs:
1213
- uses: JuliaRegistries/TagBot@v1
1314
with:
1415
token: ${{ secrets.GITHUB_TOKEN }}
15-
ssh: ${{ secrets.DOCUMENTER_KEY }}
16+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)