Skip to content

Commit fab9fa8

Browse files
committed
ci: Add missing permission to release workflow
1 parent d6ee456 commit fab9fa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
publish:
2626
runs-on: ubuntu-22.04
27+
permissions:
28+
contents: write
2729
needs:
2830
- validate
2931
steps:

0 commit comments

Comments
 (0)