Skip to content

Commit

Permalink
Merge pull request #7 from stainless-code/fix/CI/release-workflow
Browse files Browse the repository at this point in the history
fix(CI): release workflow PR write permissions
  • Loading branch information
SutuSebastian authored Nov 19, 2024
2 parents 74861cc + a12741e commit c722236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down

0 comments on commit c722236

Please sign in to comment.