From ec1edfd70b6b052767f4cb8213c57afc3607a031 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 6 Mar 2024 18:12:20 +0800 Subject: [PATCH] ci: add write permission to release workflow --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 15012b969f..3d272ac704 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -137,6 +137,9 @@ jobs: build-docker: name: Build Docker runs-on: ubuntu-latest + permissions: + contents: 'write' + id-token: 'write' needs: - build-server - build-core