Skip to content

Commit d046294

Browse files
committed
fix: ci pr write permission
1 parent 3bcdd17 commit d046294

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ env:
1515
jobs:
1616
build:
1717
runs-on: ubuntu-24.04-arm
18+
permissions:
19+
contents: read
20+
pull-requests: write
1821
env:
1922
RUSTFLAGS: -Dwarnings -Ctarget-feature=+simd128,+bulk-memory,+mutable-globals
2023
steps:

0 commit comments

Comments
 (0)