Files
attest-build-provenance/.github/workflows/prober-github.yml
T
2024-09-05 06:54:45 -07:00

18 lines
331 B
YAML

name: GitHub Sigstore Prober
on:
workflow_dispatch:
schedule:
# run every 5 minutes, as often as Github Actions allows
- cron: '*/5 * * * *'
jobs:
prober:
permissions:
attestations: write
id-token: write
secrets: inherit
uses: ./.github/workflows/prober.yml
with:
sigstore: github