Merge pull request #59 from rob-luke/secretsfix
Use the correct secrets key
This commit is contained in:
commit
da0b3de1d8
2 changed files with 2 additions and 3 deletions
3
.github/workflows/CompatHelper.yml
vendored
3
.github/workflows/CompatHelper.yml
vendored
|
@ -22,5 +22,4 @@ jobs:
|
|||
shell: julia --color=yes {0}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
|
||||
# COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
|
||||
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
|
||||
|
|
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