Skip to content

Commit bf18db3

Browse files
sashashuracody-signal
authored andcommitted
Explicitly declare permissions in Github workflows.
Closes signalapp#12476 Signed-off-by: Alex <[email protected]>
1 parent e0b89be commit bf18db3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- '4.**'
99
- '5.**'
1010

11+
permissions:
12+
contents: read # to fetch code (actions/checkout)
13+
1114
jobs:
1215
build:
1316

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: '0 5 * * *'
66

7+
permissions:
8+
contents: read # to fetch code (actions/checkout)
9+
710
jobs:
811
build:
912

0 commit comments

Comments
 (0)