Skip to content

Commit 3420d47

Browse files
authored
ci: revert fossa token from secrets (#187)
1 parent 788e279 commit 3420d47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scan.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Run FOSSA scan and upload build data
2020
uses: fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023 # v2.0.0
2121
with:
22-
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
22+
# FOSSA Push-Only API Token
23+
fossa-api-key: 956b9b92c5b16eeca1467cebe104f2c3
2324
github-token: ${{ github.token }}
2425

2526
codeql:

0 commit comments

Comments
 (0)