docker-attest-build-provenance/.github/workflows/prober-github.yml
2025-08-28 21:37:11 -07:00

19 lines
374 B
YAML

name: GitHub Sigstore Prober
on:
workflow_dispatch:
schedule:
# run every 51 days, 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: github