|
- uses: JuliaRegistries/TagBot@v1 |
|
with: |
|
token: ${{ secrets.TAGBOT_TOKEN }} |
|
registry: HolyLab/HolyLabRegistry |
@timholy
TagbotTrigger in HolylabRegistry was fixed to generate trigger to the registered package repository.
The triggered package part also had an error so it needs to be modified as these lines.
- Previous GITHUB_TOKEN doesn't work. It needs to be changed as newly added TAGBOT_TOKEN
- Previous 'ssh' section is not required because our HolylabRegistry is public.
RegisterMismatchCommon.jl/.github/workflows/TagBot.yml
Lines 29 to 32 in 1f84377
@timholy
TagbotTrigger in HolylabRegistry was fixed to generate trigger to the registered package repository.
The triggered package part also had an error so it needs to be modified as these lines.