Skip to content

Remove FOSSA badge

Remove FOSSA badge #73

Workflow file for this run

name: build
on:
push:
branches:
- '**'
- '!main'
paths-ignore:
- .github/workflows/*
- .gitignore
- gradle.properties
- LICENSE
- README.md
jobs:
build:
uses: opengood-aio/central-workflows/.github/workflows/gradle-lib-build.yml@main
with:
run-gradle-validation: true
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
fossa-api-key: ${{ secrets.FOSSA_API_KEY }}

Check failure on line 22 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 22, Col: 22): Invalid secret, fossa-api-key is not defined in the referenced workflow.