From a6dfe9bfc8c922de6db4ab101823c8fd03f30cef Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Thu, 14 Sep 2023 22:13:41 +0900 Subject: [PATCH] ci: Add missing action permission --- .github/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 6b73f64..927edb4 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -161,8 +161,8 @@ jobs: runs-on: ubuntu-latest environment: release permissions: - # IMPORTANT: this permission is mandatory for trusted publishing - id-token: write + id-token: write # mandatory for trusted publishing + contents: write # mandatory for making repo releases steps: - name: Checkout