Skip to content

Commit

Permalink
fix: update permissions for release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Dec 7, 2024
1 parent a84e574 commit eca4a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: Create Release
runs-on: ubuntu-latest
permissions:
pull-requests: read
statuses: write
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit eca4a57

Please sign in to comment.