Skip to content

Commit

Permalink
Update permissions in release.yml for create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sanikolaev authored May 22, 2024
1 parent 5032cf0 commit c55bc2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,10 @@ jobs:

create-release:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
repository-projects: write
needs:
- build-artifact
- build-artifact-dev
Expand Down

0 comments on commit c55bc2b

Please sign in to comment.