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 29d090c + b8967ef commit 999233eCopy full SHA for 999233e
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