mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 23:02:55 +03:00
ci: add write permission to release workflow
This commit is contained in:
parent
c7dd6778ac
commit
665fc69f67
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -137,6 +137,10 @@ jobs:
|
||||
build-docker:
|
||||
name: Build Docker
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: 'write'
|
||||
id-token: 'write'
|
||||
packages: 'write'
|
||||
needs:
|
||||
- build-server
|
||||
- build-core
|
||||
|
Loading…
Reference in New Issue
Block a user