Skip to content

Commit 555efb1

Browse files
authored
ci: 🔒 use GitHub App for short-lived token creation (#63)
## Description Adds the app id for the reusable workflow. <!-- Select quick/in-depth as necessary --> No review needed.
1 parent 154cd85 commit 555efb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-version.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ on:
88
jobs:
99
update-version:
1010
uses: seedcase-project/.github/.github/workflows/reusable-update-python-project-version.yml@main
11+
with:
12+
app-id: ${{ vars.UPDATE_VERSION_APP_ID }}
1113
secrets:
1214
update-version-gh-token: ${{ secrets.UPDATE_VERSION_TOKEN }}

0 commit comments

Comments
 (0)