Skip to content

Commit cbc935d

Browse files
committed
fix InferSharp workflow
1 parent d0852b2 commit cbc935d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/infer-sharp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
push:
44
branches: [main, release-*]
55
pull_request:
6-
permissions: read-all
6+
permissions:
7+
security-events: write
78
jobs:
89
infer-sharp:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)