Skip to content

Commit a3c1867

Browse files
committed
ci: grant contents:write to release build job
1 parent 440aff2 commit a3c1867

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
@@ -8,6 +8,8 @@ on:
88
jobs:
99
# 1. Build prebuilt binaries for each target and attach to the GitHub release.
1010
build:
11+
permissions:
12+
contents: write
1113
strategy:
1214
fail-fast: false
1315
matrix:

0 commit comments

Comments
 (0)