Skip to content

Commit

Permalink
Issue 5786 - Update permissions for Release workflow
Browse files Browse the repository at this point in the history
Description:
Release workflow needs write access to create releases.

Fixes: #5786

Reviewed-by: @droideck (Thanks!)
  • Loading branch information
vashirov committed Oct 20, 2023
1 parent 696f0ed commit 6a8040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
permissions:
actions: read
packages: read
contents: read
contents: write

jobs:
build:
Expand Down

0 comments on commit 6a8040d

Please sign in to comment.