From 8f8dfb971f854300c131ce0fdd36bfa5537b1c2e Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Tue, 21 May 2024 14:42:49 -0400 Subject: [PATCH] [CI:DOCS] Fix windows action trigger Give the artifact action the permission to trigger the windows installer action Signed-off-by: Ashley Cui --- .github/workflows/release-artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 693abe2b7b..536877c730 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -19,6 +19,7 @@ on: permissions: contents: write + actions: write jobs: build: