Skip to content

Commit 53ca2b9

Browse files
authored
Add write permissions to contents in release workflow
Added permissions for write access to contents.
1 parent a895fb6 commit 53ca2b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
)
2727
)
2828
runs-on: ubuntu-latest
29+
permissions:
30+
contents: write
2931
outputs:
3032
new_tag_name: ${{ steps.get_new_tag.outputs.new_tag_name }}
3133
steps:

0 commit comments

Comments
 (0)