mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
Merge pull request #418 from gabsuren/fix_action
fix(common): added 'write' permission for the check action
This commit is contained in:
1
.github/workflows/run-host-tests.yml
vendored
1
.github/workflows/run-host-tests.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
name: Build App
|
||||
runs-on: ubuntu-20.04
|
||||
permissions:
|
||||
checks: write
|
||||
contents: write
|
||||
container: espressif/idf:${{inputs.idf_version}}
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user