We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492f4f4 commit 6431c7fCopy full SHA for 6431c7f
.github/workflows/build-and-test.yml
@@ -10,6 +10,9 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ fetch-depth: 0
15
+
16
- uses: actions/[email protected]
17
18
- name: Install dependencies
@@ -30,4 +33,4 @@ jobs:
30
33
- name: Run Fossa and upload data
31
34
uses: fossa-contrib/fossa-action@v1
32
35
with:
- fossa-api-key: abcdefghijklmnopqrstuvwxyz
36
+ fossa-api-key: ${{ secrets.FOSSA_API_KEY }}
.travis.yml
0 commit comments