Skip to content

Commit

Permalink
ci(release): patch release with write permissions (#12443)
Browse files Browse the repository at this point in the history
To help with creating the relevant PRs
  • Loading branch information
v1v authored Jan 17, 2024
1 parent 03aa27d commit 03ec442
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-patch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
needs: [ prepare ]
env:
RELEASE_VERSION: ${{ needs.prepare.outputs.release-version }}
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 03ec442

Please sign in to comment.