Fix upload-release-assets doesn't have write permissions
This commit is contained in:
parent
f40242374f
commit
c4a4bfdeb7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -38,6 +38,8 @@ jobs:
|
||||
needs: lint
|
||||
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user