We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648094d commit 6574e36Copy full SHA for 6574e36
1 file changed
.github/workflows/ci-cd.yaml
@@ -47,6 +47,9 @@ jobs:
47
needs: release
48
if: needs.release.result == 'success'
49
uses: ./.github/workflows/auto-merge-on-release.yml
50
+ permissions:
51
+ contents: write
52
+ pull-requests: write
53
with:
54
head_branch: ${{ github.ref_name }}
55
secrets: inherit
0 commit comments