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.
1 parent 0190e0c commit f2ec79cCopy full SHA for f2ec79c
.github/workflows/license-check-python.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12
13
- name: Create GitHub App Token able to read all CVector repos
14
- id: get-token
+ id: app
15
uses: actions/create-github-app-token@v2
16
with:
17
app-id: ${{ vars.APP_ID }}
@@ -30,4 +30,6 @@ jobs:
30
31
- name: Run license check
32
if: steps.find-deps.outputs.paths != ''
33
+ env:
34
+ GITHUB_TOKEN: ${{ steps.app.outputs.token }}
35
run: uvx licensecheck@2025.1.0 --requirements-paths "${{ steps.find-deps.outputs.paths }}" --zero
0 commit comments