From f2350bad047ca2bdfbf3b2375423688b66daa3dd Mon Sep 17 00:00:00 2001 From: Jon Young <104453205+jtyoung84@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:42:18 -0700 Subject: [PATCH] chore: update tag job reusable workflow reference --- .github/workflows/update_version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index eb3afdc5b..a6fee3492 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -7,8 +7,8 @@ on: jobs: bump-version: - uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main + uses: AllenNeuralDynamics/.github/.github/workflows/release-bump-version.yml@main with: default_branch: main # optional, default: main secrets: - SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }} # required + repo-token: ${{ secrets.SERVICE_TOKEN }} # required