chore: add missing premission to workflow
This commit is contained in:
parent
543aecccb4
commit
8fc23c907c
1
.github/workflows/build-all.yml
vendored
1
.github/workflows/build-all.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
collect-artifacts:
|
||||
permissions:
|
||||
contents: write
|
||||
actions: write
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-alpine, build-linux, build-linuxstatic, build-macos, build-windows]
|
||||
steps:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user