Skip to content

Commit 1737d19

Browse files
authored
Add Documenter SSH key to TagBot
Without this, documentation on tags isn't built at all
1 parent a7375d0 commit 1737d19

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
@@ -11,4 +11,5 @@ jobs:
1111
steps:
1212
- uses: JuliaRegistries/TagBot@v1
1313
with:
14+
ssh: ${{ secrets.DOCUMENTER_KEY }}
1415
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)