Skip to content

Commit b7781d9

Browse files
committed
chore: Configure workflow permissions
- Configure workflow permissions to allow writing contents and reading pull requests during the build process.
1 parent e031672 commit b7781d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ env:
2121
jobs:
2222
build:
2323
runs-on: windows-latest
24+
permissions:
25+
contents: write
26+
pull-requests: read
2427

2528
steps:
2629
- name: Checkout code

0 commit comments

Comments
 (0)