Skip to content

Commit 6714220

Browse files
authored
Merge pull request #418 from gabsuren/fix_action
fix(common): added 'write' permission for the check action
2 parents ec78c33 + 8105c60 commit 6714220

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-host-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
name: Build App
3131
runs-on: ubuntu-20.04
3232
permissions:
33+
checks: write
3334
contents: write
3435
container: espressif/idf:${{inputs.idf_version}}
3536
steps:

0 commit comments

Comments
 (0)