Skip to content

Commit 0a6d42f

Browse files
authored
chore: add toplevel permissions (open-component-model#1324)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
1 parent 0c8ad3c commit 0a6d42f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/jsonschema.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
paths:
1212
- '**/schemas/*.schema.json'
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
lint:
1619
name: Lint

.github/workflows/update-plugin-registry.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525

2626
permissions:
2727
contents: read
28+
packages: read
2829

2930
env:
3031
# Repository selection for checkout

0 commit comments

Comments
 (0)