Skip to content

Commit 486a40d

Browse files
authored
Merge pull request #2 from AllenNeuralDynamics/ci-tag-reusable-workflow
chore: update tag job reusable workflow reference
2 parents a45e607 + 6b4b949 commit 486a40d

2 files changed

Lines changed: 2 additions & 54 deletions

File tree

.github/workflows/init.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.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)