From 586c83f5bdf0a06034397798ef118325079fd6f2 Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Wed, 23 Oct 2024 15:48:43 -0400 Subject: [PATCH] CI: updated release action --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7cf9a9..f2af410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,7 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + contents: write # To create a release steps: - uses: actions/checkout@v4 @@ -101,8 +102,6 @@ jobs: - name: Create release uses: softprops/action-gh-release@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: body_path: description.md files: |