Skip to content

Commit fb78414

Browse files
authored
Merge pull request #222 from ReactiveBayes/bvdmitri-patch-tagbot
Update TagBot.yml
2 parents f157273 + 9570e89 commit fb78414

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)