Fix secret key name to match settings
This commit is contained in:
parent
7e317452f9
commit
c4423b04bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/TagBot.yml
vendored
2
.github/workflows/TagBot.yml
vendored
|
@ -12,4 +12,4 @@ jobs:
|
|||
- uses: JuliaRegistries/TagBot@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ssh: ${{ secrets.DOCUMENTER_KEY }}
|
||||
ssh: ${{ secrets.COMPATHELPER_PRIV }}
|
||||
|
|
Loading…
Reference in a new issue