Add permissions section to build PR workflow
This commit is contained in:
parent
fbaf8e5404
commit
ae6c86d5d8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-pr.yml
vendored
3
.github/workflows/build-pr.yml
vendored
|
|
@ -1,5 +1,8 @@
|
||||||
name: Test Build PR
|
name: Test Build PR
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue