Skip to content

Commit 5f57af1

Browse files
committed
ci/cd: provide required parameters for fossa action
1 parent 7c5d170 commit 5f57af1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
run: bin/rake lint:docs
2424
- name: Analyze the licences with `fossa`
2525
uses: fossa-contrib/fossa-action@v1
26+
with:
27+
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
28+
github-token: ${{ github.token }}
2629

2730
build:
2831
needs: [linting]

0 commit comments

Comments
 (0)