2 parents 475554f + f8e141c commit 83e34fbCopy full SHA for 83e34fb
1 file changed
.github/workflows/create-production-pr.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
release:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ pull-requests: write
13
+ contents: read
14
steps:
15
- uses: actions/checkout@v4
16
- name: Create PR from master to production
0 commit comments