Skip to content

Commit d05cc88

Browse files
authored
TagBot: use DOCUMENTER_KEY (#362)
This is needed for TagBot to be able to trigger documentation builds upon pushing new tags. See https://documenter.juliadocs.org/dev/man/hosting/#TagBot-and-tagged-versions-2a42332b0ef7aead
1 parent ec4f29b commit d05cc88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/TagBot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
- uses: JuliaRegistries/TagBot@v1
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
31+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)