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 788e279 commit 3420d47Copy full SHA for 3420d47
.github/workflows/scan.yaml
@@ -19,7 +19,8 @@ jobs:
19
- name: Run FOSSA scan and upload build data
20
uses: fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023 # v2.0.0
21
with:
22
- fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
+ # FOSSA Push-Only API Token
23
+ fossa-api-key: 956b9b92c5b16eeca1467cebe104f2c3
24
github-token: ${{ github.token }}
25
26
codeql:
0 commit comments