From a798ff4e89c807ad768b8d23d79708bd24f8dcfb Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 12 Jun 2024 18:00:50 +0800 Subject: [PATCH] ci: add `actions: write` permission to release_crates --- .github/workflows/release_crates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_crates.yml b/.github/workflows/release_crates.yml index fbc09bcf8..6ff22b909 100644 --- a/.github/workflows/release_crates.yml +++ b/.github/workflows/release_crates.yml @@ -10,6 +10,7 @@ on: permissions: contents: write + actions: write concurrency: group: ${{ github.workflow }}-${{ github.ref }}