Skip to content

Commit

Permalink
ci: limit workflow execution permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwml authored Feb 28, 2024
1 parent 2adb14f commit 4018699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

jobs:
build-cross:
if: github.event.repository.owner.id == github.event.sender.id
runs-on: ubuntu-latest
env:
RUST_BACKTRACE: full
Expand Down

0 comments on commit 4018699

Please sign in to comment.