Skip to content

Commit 2529706

Browse files
Add ssh key to TagBot action (#38)
So that tagging can trigger Documenter to produce documentation for that tag/release.
1 parent f343304 commit 2529706

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
@@ -9,3 +9,4 @@ jobs:
99
- uses: JuliaRegistries/TagBot@v1
1010
with:
1111
token: ${{ secrets.GITHUB_TOKEN }}
12+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)