Skip to content

Commit c28decb

Browse files
committed
Add workflow permissions
1 parent f11c371 commit c28decb

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)