docker-attest-build-provenance/.github/workflows/prober-public-good.yml
Workflow config file is invalid. Please check your config file: yaml: line 2: mapping values are not allowed in this context
2024-10-18 21:36:21 -04:00

21 lines
505 B
YAML

name: Public-Good Sigstore Prober
- name: Attest Build Provenance
uses: actions/attest-build-provenance@v1.4.3
on:
workflow_dispatch:
schedule:
# run every 5 minutes, as often as Github Actions allows
- cron: '*/5 * * * *'
jobs:
prober:
if: github.repository_owner == 'actions'
permissions:
attestations: write
id-token: write
secrets: inherit
uses: ./.github/workflows/prober.yml
with:
sigstore: public-good