mirror of
https://github.com/actions/attest-build-provenance.git
synced 2025-12-18 05:18:53 +00:00
prevent e2e workflows on forks (#272)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
parent
e5892d032c
commit
dff1ae69a7
1
.github/workflows/prober-github.yml
vendored
1
.github/workflows/prober-github.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
prober:
|
||||
if: github.repository_owner == 'actions'
|
||||
permissions:
|
||||
attestations: write
|
||||
id-token: write
|
||||
|
||||
1
.github/workflows/prober-public-good.yml
vendored
1
.github/workflows/prober-public-good.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
prober:
|
||||
if: github.repository_owner == 'actions'
|
||||
permissions:
|
||||
attestations: write
|
||||
id-token: write
|
||||
|
||||
Loading…
Reference in New Issue
Block a user