Skip to content

Use reusable test workflow #16

Use reusable test workflow

Use reusable test workflow #16

Workflow file for this run

name: Test
on:
push:
pull_request:
schedule: [{ cron: "0 0 10 * *" }] # monthly https://crontab.guru/#0_0_10_*_*
workflow_dispatch:
permissions: {}
jobs:
test:

Check failure on line 10 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 10, Col: 3): Error calling workflow 'bats-core/.github/.github/workflows/test.yml@main'. The nested job 'ossf-scorecard' is requesting 'security-events: write, id-token: write', but is only allowed 'security-events: none, id-token: none'.
uses: bats-core/.github/.github/workflows/test.yml@main
permissions: { contents: read }