Public-Good Sigstore Prober #2880
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Public-Good Sigstore Prober | |
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 |