From dbe1fe32b6423d4385ebc0f0dd916a03a749736f Mon Sep 17 00:00:00 2001 From: Yosef Bedaso <20714699+yosefmaru@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:03:57 -0700 Subject: [PATCH] chore: update tag job reusable workflow reference --- .github/workflows/tag_and_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag_and_publish.yml b/.github/workflows/tag_and_publish.yml index 8236059..50f47e3 100644 --- a/.github/workflows/tag_and_publish.yml +++ b/.github/workflows/tag_and_publish.yml @@ -5,9 +5,9 @@ on: - main jobs: tag: - uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main + uses: AllenNeuralDynamics/.github/.github/workflows/release-bump-version.yml@main secrets: - SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }} + repo-token: ${{ secrets.SERVICE_TOKEN }} publish: needs: tag runs-on: ubuntu-latest