Skip to content

Commit 562717d

Browse files
Merge pull request #1753 from nextcloud/morePermissions
more permissions
2 parents b9dec16 + 1f9d4ad commit 562717d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/assemble.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
push:
1313
branches: [ master, stable-* ]
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
assemble:
1720
runs-on: ubuntu-latest

.github/workflows/reuse.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ name: REUSE Compliance Check
1111

1212
on: [pull_request]
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
reuse-compliance-check:
1619
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)