Skip to content

Commit 6574e36

Browse files
committed
fix: add permissions for auto-merge job to allow write access to pull requests
1 parent 648094d commit 6574e36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
needs: release
4848
if: needs.release.result == 'success'
4949
uses: ./.github/workflows/auto-merge-on-release.yml
50+
permissions:
51+
contents: write
52+
pull-requests: write
5053
with:
5154
head_branch: ${{ github.ref_name }}
5255
secrets: inherit

0 commit comments

Comments
 (0)