Skip to content

Commit f2ec79c

Browse files
Update .github/workflows/license-check-python.yml
1 parent 0190e0c commit f2ec79c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/license-check-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1212

1313
- name: Create GitHub App Token able to read all CVector repos
14-
id: get-token
14+
id: app
1515
uses: actions/create-github-app-token@v2
1616
with:
1717
app-id: ${{ vars.APP_ID }}
@@ -30,4 +30,6 @@ jobs:
3030
3131
- name: Run license check
3232
if: steps.find-deps.outputs.paths != ''
33+
env:
34+
GITHUB_TOKEN: ${{ steps.app.outputs.token }}
3335
run: uvx licensecheck@2025.1.0 --requirements-paths "${{ steps.find-deps.outputs.paths }}" --zero

0 commit comments

Comments
 (0)