Skip to content

Commit b87234c

Browse files
authored
Merge pull request #102 from AllenNeuralDynamics/ci-tag-reusable-workflow
chore: update tag job reusable workflow reference
2 parents 1e8bdbe + d12673a commit b87234c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tag_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
add: '["README.md"]'
6363
tag:
6464
needs: update_badges
65-
uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main
65+
uses: AllenNeuralDynamics/.github/.github/workflows/release-bump-version.yml@main
6666
secrets:
67-
SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }}
67+
repo-token: ${{ secrets.SERVICE_TOKEN }}
6868
publish:
6969
needs: tag
7070
if: true

0 commit comments

Comments
 (0)