add github actions permission
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
4
.github/workflows/esp32_build.yaml
vendored
4
.github/workflows/esp32_build.yaml
vendored
@@ -7,6 +7,10 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 5 * * 3"
|
- cron: "0 5 * * 3"
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
Reference in New Issue
Block a user