Skip to content

Commit

Permalink
Add permissions for push (#4576)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejewsky committed Dec 29, 2023
1 parent dd6f46f commit ca73a90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-moose-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Add permissions for push when cherry-pick
3 changes: 3 additions & 0 deletions .github/workflows/auto-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-22.04
name: Cherry pick into release branch
if: ${{ github.event.pull_request.merged == true }}
permissions:
contents: write
pull-requests: write
steps:
- name: Obtain release
env:
Expand Down

0 comments on commit ca73a90

Please sign in to comment.