Skip to content

Commit 1b134fc

Browse files
committed
Lock down permissions
1 parent 511ac2f commit 1b134fc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/integrate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches:
88
- main
9+
permissions:
10+
contents: read
911
jobs:
1012
lint:
1113
runs-on: ubuntu-latest

.github/workflows/prebuild.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Prebuild
22
on:
33
workflow_dispatch:
4+
permissions:
5+
contents: read
46
jobs:
57
prebuild:
68
strategy:

0 commit comments

Comments
 (0)