Skip to content

Commit

Permalink
Update .github/workflows/release-step-3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 17, 2024
1 parent 64063fd commit 1f225c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-step-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ jobs:
private_key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}
permissions: >-
{
"contents": "write"
"contents": "write",
"pull_requests": "write"
}
repositories: >-
["${{github.repository}}"]
Expand Down

0 comments on commit 1f225c7

Please sign in to comment.