Skip to content

Commit

Permalink
Merge pull request #3350 from replicatedhq/fossa-api-key
Browse files Browse the repository at this point in the history
Update FOSSA API key
  • Loading branch information
e3b0c442 authored Oct 25, 2022
2 parents c3615ce + eaf1bfc commit 9425aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-license-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: "Run FOSSA Analyze"
uses: fossas/fossa-action@main
with:
api-key: cf2d0196f5b5bb2fd245c559af8766d8 # push-only token, safe to expose
api-key: 1d5511d63d5a4ccda6d3cef2a7ef08c1 # push-only token, safe to expose
- name: "Run FOSSA Test"
uses: fossas/fossa-action@main
with:
api-key: cf2d0196f5b5bb2fd245c559af8766d8 # push-only token, safe to expose
api-key: 1d5511d63d5a4ccda6d3cef2a7ef08c1 # push-only token, safe to expose
run-tests: true

0 comments on commit 9425aca

Please sign in to comment.