prevent e2e workflows on forks (#272)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer 2024-10-03 07:56:27 -07:00 committed by GitHub
parent e5892d032c
commit dff1ae69a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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