From 665fc69f67e0155345b006695a6db9a3128bf942 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 6 Mar 2024 18:14:22 +0800 Subject: [PATCH] ci: add write permission to release workflow --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 15012b969f..4a534fa63b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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