Skip to content

Commit 04da181

Browse files
authored
[BRE-848] Adding Workflow Permissions (#617)
1 parent 7ce74ca commit 04da181

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- ".github/workflows/**"
77
workflow_dispatch:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
lint:
1114
name: Build

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- ".github/workflows/**"
77
workflow_dispatch:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
lint:
1114
name: Lint

0 commit comments

Comments
 (0)