Skip to content

Commit d722945

Browse files
committed
Added read permissions
1 parent 0176a4d commit d722945

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
build:
2424
name: ${{ matrix.board.fqbn }}
2525
runs-on: ubuntu-latest
26-
permissions: {}
26+
permissions: {
27+
contents: read
28+
}
2729

2830
env:
2931
LIBRARIES: |

0 commit comments

Comments
 (0)