Skip to content

Commit bea7362

Browse files
committed
Update build.yml to add write permissions for release workflow
1 parent 9459817 commit bea7362

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
@@ -39,6 +39,8 @@ jobs:
3939
needs: build
4040
runs-on: ubuntu-latest
4141
if: github.event_name == 'release'
42+
permissions:
43+
contents: write
4244

4345
steps:
4446
- name: Checkout code

0 commit comments

Comments
 (0)