Skip to content

Commit 8498c56

Browse files
committed
fix tagbot
1 parent 7372321 commit 8498c56

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
@@ -6,9 +6,10 @@ on:
66
workflow_dispatch:
77
jobs:
88
TagBot:
9-
if: github.event_name == 'workflow_dispatch' || github.actor == ''
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: JuliaRegistries/TagBot@v1
1313
with:
14-
token:
14+
token: ${{ secrets.GITHUB_TOKEN }}
15+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)