Skip to content

Commit 035c97a

Browse files
authored
TagBot: use DOCUMENTER_KEY (#944)
1 parent 1e50222 commit 035c97a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/TagBot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: TagBot
22
on:
33
schedule:
44
- cron: 0 0 * * *
5+
workflow_dispatch:
56
jobs:
67
TagBot:
78
runs-on: ubuntu-latest
89
steps:
910
- uses: JuliaRegistries/TagBot@v1
1011
with:
1112
token: ${{ secrets.GITHUB_TOKEN }}
13+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)