fix(ci): grant contents: write so build.yml reusable workflow can start (#1092)
This commit is contained in:
parent
e3c9f5814f
commit
c5ec92b310
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main-build.yml
vendored
2
.github/workflows/main-build.yml
vendored
|
|
@ -15,7 +15,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue