Skip to content

Commit

Permalink
Merge pull request #445 from hzxuzhonghu/explicitly-push-key
Browse files Browse the repository at this point in the history
add api push key dual to github constraints
  • Loading branch information
kurator-bot authored Nov 9, 2023
2 parents 983cf2a + 9b65640 commit cd95b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: FOSSA
on:
pull_request:
push:
jobs:
fossa:
name: FOSSA
Expand All @@ -15,4 +16,4 @@ jobs:
- name: Run FOSSA scan and upload build data
uses: fossas/fossa-action@v1
with:
api-key: ${{secrets.FOSSA_API_KEY}}
api-key: 52392c2ed6e57abf81790fb2d4ca15c1 # it's impossible to do with secrets when the workflow runs on the pull request event due to GitHub's constraints.

0 comments on commit cd95b6b

Please sign in to comment.