Skip to content

Commit ccf8b24

Browse files
committed
Fix release permissions
1 parent 96f7a10 commit ccf8b24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,8 @@ jobs:
706706
needs: [build-arm64, build-x86_64]
707707
if: startsWith(github.ref, 'refs/tags/v')
708708
timeout-minutes: 10
709+
permissions:
710+
contents: write
709711

710712
steps:
711713
- name: Checkout code

0 commit comments

Comments
 (0)