mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'contrib/github_pr_9273' into 'master'
chore: Set permissions for GitHub actions Closes IDFGH-7733 See merge request espressif/esp-idf!20098
This commit is contained in:
commit
dbb64db552
3
.github/workflows/pre_commit_check.yml
vendored
3
.github/workflows/pre_commit_check.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
pre_commit_check:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user