From d16819300565a3804f6bafaf91ad49e76914a738 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Thu, 7 May 2026 12:34:04 -0500 Subject: [PATCH 1/2] change GITHUB_TOKEN to TAGBOT_TOKEN and delete ssh section because HolyLabRegistry is public --- .github/workflows/TagBot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 68a280a..1b41b47 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -28,8 +28,6 @@ jobs: steps: - uses: JuliaRegistries/TagBot@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.TAGBOT_TOKEN }} # Edit the following line to reflect the actual name of the GitHub Secret containing your private key - ssh: ${{ secrets.TAGBOT_PAT }} - # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }} registry: HolyLab/HolyLabRegistry From 074cf6d11aac4a3e4ba0b9b9b02b3d7d322f27a4 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Thu, 7 May 2026 12:34:51 -0500 Subject: [PATCH 2/2] Version 1.0.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 021aca7..bb81f0c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "RegisterMismatchCommon" uuid = "abb2e897-52bf-5d28-a379-6ca321e3b878" -version = "1.0.0" +version = "1.0.1" authors = ["Tim Holy "] [deps]