Skip to content

Commit

Permalink
Update TagBot settings for subpackages
Browse files Browse the repository at this point in the history
  • Loading branch information
junyuan-chen committed Apr 10, 2024
1 parent a205b11 commit 32aeed5
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,32 @@ jobs:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
- name: Tag DiffinDiffs
uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.SSH_KEY }}
user: junyuan-chen
email: [email protected]
gpg: ${{ secrets.GPG_KEY }}
gpg_password: ${{ secrets.GPG_PASSWORD }}
- name: Tag DiffinDiffsBase
uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.SSH_KEY }}
user: junyuan-chen
email: [email protected]
gpg: ${{ secrets.GPG_KEY }}
gpg_password: ${{ secrets.GPG_PASSWORD }}
subdir: lib/DiffinDiffsBase
- name: Tag InteractionWeightedDIDs
uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.SSH_KEY }}
user: junyuan-chen
email: [email protected]
gpg: ${{ secrets.GPG_KEY }}
gpg_password: ${{ secrets.GPG_PASSWORD }}
subdir: lib/InteractionWeightedDIDs

0 comments on commit 32aeed5

Please sign in to comment.