Skip to content

Commit 4018699

Browse files
authored
ci: limit workflow execution permissions
1 parent 2adb14f commit 4018699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
build-cross:
16+
if: github.event.repository.owner.id == github.event.sender.id
1617
runs-on: ubuntu-latest
1718
env:
1819
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)