Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_9273' into 'master'
Browse files Browse the repository at this point in the history
chore: Set permissions for GitHub actions

Closes IDFGH-7733

See merge request espressif/esp-idf!20098
  • Loading branch information
igrr committed Sep 12, 2022
2 parents 751bca4 + 8290ee4 commit dbb64db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre_commit_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened, reopened, synchronize]

permissions:
contents: read

jobs:
pre_commit_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dbb64db

Please sign in to comment.