prevent e2e workflows on forks (#272)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
parent
e5892d032c
commit
dff1ae69a7
2 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue