1 parent e031672 commit b7781d9Copy full SHA for b7781d9
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,9 @@ env:
21
jobs:
22
build:
23
runs-on: windows-latest
24
+ permissions:
25
+ contents: write
26
+ pull-requests: read
27
28
steps:
29
- name: Checkout code
0 commit comments