We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154cd85 commit 555efb1Copy full SHA for 555efb1
1 file changed
.github/workflows/update-version.yml
@@ -8,5 +8,7 @@ on:
8
jobs:
9
update-version:
10
uses: seedcase-project/.github/.github/workflows/reusable-update-python-project-version.yml@main
11
+ with:
12
+ app-id: ${{ vars.UPDATE_VERSION_APP_ID }}
13
secrets:
14
update-version-gh-token: ${{ secrets.UPDATE_VERSION_TOKEN }}
0 commit comments