Skip to content

Commit 669e103

Browse files
authored
CI needs security-events permissions on master (#4)
1 parent 09650f3 commit 669e103

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
env:
1010
CARGO_TERM_COLOR: always
1111

12+
permissions:
13+
security-events: "write"
14+
1215
jobs:
1316
build:
1417
runs-on: "ubuntu-22.04"

0 commit comments

Comments
 (0)