diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 4f0227eb7..b2265d373 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -25,8 +25,17 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - - uses: JuliaRegistries/TagBot@v1.19 + - name: Clapeyron TagBot + uses: JuliaRegistries/TagBot@v1 with: + token: ${{ secrets.GITHUB_TOKEN }} + # Edit the following line to reflect the actual name of the GitHub Secret containing your private key + ssh: ${{ secrets.DOCUMENTER_KEY }} + # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }} + - name: ClapeyronHANNA TagBot + uses: JuliaRegistries/TagBot@v1 + with: + subdir: lib/ClapeyronHANNA token: ${{ secrets.GITHUB_TOKEN }} # Edit the following line to reflect the actual name of the GitHub Secret containing your private key ssh: ${{ secrets.DOCUMENTER_KEY }}