Skip to content

Commit

Permalink
ci: update manual release workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed Apr 30, 2024
1 parent cf7bad3 commit 1040210
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ env:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 1040210

Please sign in to comment.