mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-18 13:22:34 +00:00
Update prober-github.yml
Design
This commit is contained in:
parent
9d3beef651
commit
9d9f3687be
6
.github/workflows/prober-github.yml
vendored
6
.github/workflows/prober-github.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: GitHub Sigstore Prober
|
</ name: GitHub Sigstore Prober
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -6,7 +6,7 @@ on:
|
|||||||
# run every 5 minutes, as often as Github Actions allows
|
# run every 5 minutes, as often as Github Actions allows
|
||||||
- cron: '*/5 * * * *'
|
- cron: '*/5 * * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:srart
|
||||||
prober:
|
prober:
|
||||||
if: github.repository_owner == 'actions'
|
if: github.repository_owner == 'actions'
|
||||||
permissions:
|
permissions:
|
||||||
@ -14,5 +14,5 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
uses: ./.github/workflows/prober.yml
|
uses: ./.github/workflows/prober.yml
|
||||||
with:
|
</ with:java-version
|
||||||
sigstore: github
|
sigstore: github
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user