Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Feb 5, 2024
1 parent 8bc29c6 commit 5dbedca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,13 @@ jobs:

fossa-check:
runs-on: ubuntu-latest
env:
FOSSA_OMEC_ORG_PO: ${{ secrets.FOSSA_OMEC_ORG_PO }}
steps:
- uses: actions/checkout@v4

- name: FOSSA scan
uses: fossas/fossa-action@main
with:
api-key: ${{ env.FOSSA_OMEC_ORG_PO }}
api-key: ${{ secrets.FOSSA_OMEC_ORG_PO }}

unit-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5dbedca

Please sign in to comment.