From b87f7d1d6cfb35c8a2a1fa790fc971ef4926e6f8 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Mon, 2 Mar 2026 12:04:15 -0500 Subject: [PATCH] Apply shared_tagbot_workflow patch --- .github/workflows/TagBot.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 37224cd..f535119 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -7,10 +7,5 @@ on: jobs: TagBot: if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'" - runs-on: "ubuntu-latest" - steps: - - uses: "JuliaRegistries/TagBot@v1" - with: - token: "${{ secrets.TAGBOT_PAT }}" - registry: "ITensor/ITensorRegistry" - ssh: "${{ secrets.DOCUMENTER_KEY }}" + uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@main" + secrets: "inherit"