Skip to content

Commit 35e6360

Browse files
committed
ci: add contents:write permission to build job for release creation
1 parent 8001e24 commit 35e6360

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
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ${{ matrix.os }}
13+
permissions:
14+
contents: write
1315
strategy:
1416
matrix:
1517
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)