From 87c025c996a4bbcf1f2433989880feadbe5336c3 Mon Sep 17 00:00:00 2001 From: Tong Li Date: Sun, 1 Jun 2025 16:49:41 +1000 Subject: [PATCH] chore: fix action permission --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6eda323..e5dcabf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,9 @@ on: jobs: build_and_release: runs-on: ubuntu-24.04 - + permissions: + contents: write + id-token: write # needed for provenance data generation steps: - name: Checkout code uses: actions/checkout@v4