Skip to content

Commit

Permalink
update tagbot for ClapeyronHANNA
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Sep 29, 2024
1 parent 58d4465 commit fa6f953
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,17 @@ jobs:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/[email protected]
- 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 }}
Expand Down

0 comments on commit fa6f953

Please sign in to comment.