Skip to content

Commit 1f225c7

Browse files
authored
Update .github/workflows/release-step-3.yml
1 parent 64063fd commit 1f225c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-step-3.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ jobs:
222222
private_key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
223223
permissions: >-
224224
{
225-
"contents": "write"
225+
"contents": "write",
226+
"pull_requests": "write"
226227
}
227228
repositories: >-
228229
["${{github.repository}}"]

0 commit comments

Comments
 (0)