From 3b85abff48f91f297e1d878d1a1cdd0cc17842a7 Mon Sep 17 00:00:00 2001 From: Kevin Cui Date: Fri, 13 Sep 2024 13:28:28 +0800 Subject: [PATCH] fix(ci): cannot upload binary to s3 (#64) Signed-off-by: Kevin Cui --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6439ff3..6268572 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,11 @@ on: tags: - "v*.*.*" +permissions: + contents: write + id-token: write + packages: read + jobs: release: runs-on: windows-latest