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 fae9eda commit 0190e0cCopy full SHA for 0190e0c
.github/workflows/license-check-python.yml
@@ -2,9 +2,6 @@ name: Python License Check
2
3
on:
4
push:
5
- branches: [main]
6
- pull_request:
7
8
9
jobs:
10
license-check:
@@ -17,8 +14,8 @@ jobs:
17
14
id: get-token
18
15
uses: actions/create-github-app-token@v2
19
16
with:
20
- app-id: ${{ inputs.app-id }}
21
- private-key: ${{ inputs.app-private-key }}
+ app-id: ${{ vars.APP_ID }}
+ private-key: ${{ secrets.APP_PRIVATE_KEY }}
22
owner: ${{ github.repository_owner }}
23
permission-contents: read
24
0 commit comments