Skip to content

Commit b74faae

Browse files
committed
Add SSH deploy key to TagBot workflow
1 parent c840f86 commit b74faae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/TagBot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
- uses: JuliaRegistries/TagBot@v1
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
19-
ssh: ${{ secrets.DOCUMENTER_KEY }}
19+
ssh: ${{ secrets.TAGBOT_SSH }}
20+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)