prevent e2e workflows on forks

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer 2024-10-03 07:53:07 -07:00
parent e5892d032c
commit 73c94754f4
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ on:
jobs:
prober:
if: github.repository_owner == 'actions'
permissions:
attestations: write
id-token: write

View File

@ -8,6 +8,7 @@ on:
jobs:
prober:
if: github.repository_owner == 'actions'
permissions:
attestations: write
id-token: write