Skip to content

Commit 6431c7f

Browse files
committed
Fix github action flows
1 parent 492f4f4 commit 6431c7f

File tree

2 files changed

+4
-22
lines changed

2 files changed

+4
-22
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 0
15+
1316
- uses: actions/[email protected]
1417

1518
- name: Install dependencies
@@ -30,4 +33,4 @@ jobs:
3033
- name: Run Fossa and upload data
3134
uses: fossa-contrib/fossa-action@v1
3235
with:
33-
fossa-api-key: abcdefghijklmnopqrstuvwxyz
36+
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}

.travis.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)