Skip to content

Commit ada58d4

Browse files
authored
Merge pull request #4337 from mapfish/add-workflow-permissions
Add workflow permissions
2 parents 07578d3 + c28decb commit ada58d4

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/monthly-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# The 10th at every month
66
- cron: '0 0 10 * *'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
audit:
1013
name: Monthly release

.github/workflows/pull-request-automation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
types:
66
- opened
77
- reopened
8+
9+
permissions:
10+
contents: read
11+
812
jobs:
913
auto-merge:
1014
name: Auto reviews pull requests from bots

0 commit comments

Comments
 (0)