Skip to content

Commit

Permalink
CI needs security-events permissions on master
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Nov 3, 2023
1 parent 09650f3 commit f14dc83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
env:
CARGO_TERM_COLOR: always

permissions:
security-events: "write"

jobs:
build:
runs-on: "ubuntu-22.04"
Expand Down

0 comments on commit f14dc83

Please sign in to comment.