We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5d170 commit 5f57af1Copy full SHA for 5f57af1
1 file changed
.github/workflows/main.yml
@@ -23,6 +23,9 @@ jobs:
23
run: bin/rake lint:docs
24
- name: Analyze the licences with `fossa`
25
uses: fossa-contrib/fossa-action@v1
26
+ with:
27
+ fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
28
+ github-token: ${{ github.token }}
29
30
build:
31
needs: [linting]
0 commit comments