We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1dc98d + 999233e commit d326afaCopy full SHA for d326afa
1 file changed
.github/workflows/update_version.yml
@@ -7,8 +7,8 @@ on:
7
8
jobs:
9
bump-version:
10
- uses: AllenNeuralDynamics/aind-github-actions/.github/workflows/tag.yml@main
+ uses: AllenNeuralDynamics/.github/.github/workflows/release-bump-version.yml@main
11
with:
12
default_branch: main # optional, default: main
13
secrets:
14
- SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }} # required
+ repo-token: ${{ secrets.SERVICE_TOKEN }} # required
0 commit comments