Skip to content

Commit 008657d

Browse files
authored
Merge pull request #169 from 10up/fix/workflow-perms
Fix/workflow perms
2 parents 66a2f17 + 16cc7ff commit 008657d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release-pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Release Pull Request Automation
22

3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
37
on:
48
create:
59
jobs:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
branches:
99
- develop
10+
permissions:
11+
contents: read
1012
jobs:
1113
shellcheck:
1214
name: Shellcheck

0 commit comments

Comments
 (0)