Skip to content

No Response

No Response #58

Workflow file for this run

name: No Response
on:
schedule:
- cron: '0 12 * * *' # Runs daily at noon
workflow_dispatch:
jobs:
call-no-response-workflow:
uses: FossifyOrg/.github/.github/workflows/no-response.yml@main
secrets:
FOSSIFYBOT_TOKEN: ${{ secrets.FOSSIFYBOT_TOKEN }}

Check failure on line 12 in .github/workflows/no-response.yml

View workflow run for this annotation

GitHub Actions / No Response

Invalid workflow file

The workflow is not valid. .github/workflows/no-response.yml (Line: 12, Col: 25): Invalid secret, FOSSIFYBOT_TOKEN is not defined in the referenced workflow.