Skip to content

Commit bc233f1

Browse files
committed
update tagbot yml
1 parent 06e08ed commit bc233f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/TagBot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: TagBot
22
on:
3-
issue_comment:
3+
issue_comment:
44
types:
55
- created
6-
workflow_dispatch:
6+
workflow_dispatch:
77
jobs:
88
TagBot:
99
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
@@ -12,3 +12,4 @@ jobs:
1212
- uses: JuliaRegistries/TagBot@v1
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
15+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)