Skip to content

Commit e718970

Browse files
authored
Merge pull request #4 from Parallel-7/fix-release-workflow-permissions
fix(ci): grant write permissions to release workflow
2 parents f5ec15f + 7602916 commit e718970

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
@@ -16,6 +16,8 @@ on:
1616
jobs:
1717
release:
1818
runs-on: ubuntu-latest
19+
permissions:
20+
contents: write
1921
steps:
2022
- name: Create Release
2123
id: create_release

0 commit comments

Comments
 (0)