Skip to content

Commit bd8dda6

Browse files
authored
Merge pull request #51 from WebPlatformForEmbedded/developmen/actions-premissions
[Actions] Add permissions to all workflows
2 parents a6b4284 + 7b1c304 commit bd8dda6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/Build ThunderLibraries on Linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build ThunderLibraries on Linux
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
push:

.github/workflows/Linux build template.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Linux build template
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_call:
58

0 commit comments

Comments
 (0)