[CI, Test] Add permissions
This commit is contained in:
parent
30162fbc68
commit
ee7ef58862
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -43,6 +43,11 @@ jobs:
|
||||||
test-sff:
|
test-sff:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
needs: build
|
needs: build
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
issues: read
|
||||||
|
checks: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: use cache
|
- name: use cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user