Skip to content

Commit 61785af

Browse files
committed
add secrets.DOCUMENTER_KEY to tagbot gh action to deploy tagged docs
1 parent 98bf97e commit 61785af

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)