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 f5b6a10 commit d5c7522Copy full SHA for d5c7522
.github/workflows/pr-license-scan.yaml
@@ -6,15 +6,14 @@ on:
6
jobs:
7
fossa-scan:
8
runs-on: ubuntu-latest
9
- if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
10
steps:
11
- uses: actions/checkout@v3
12
- name: "Run FOSSA Analyze"
13
uses: fossas/fossa-action@main
14
with:
15
- api-key: ${{ secrets.FOSSA_API_KEY }}
+ api-key: cf2d0196f5b5bb2fd245c559af8766d8 # push-only token, safe to expose
16
- name: "Run FOSSA Test"
17
18
19
20
run-tests: true
0 commit comments