From dc235b7f79d820ab571df8b23d3dd75b0b3af0bd Mon Sep 17 00:00:00 2001 From: Allan - CodeWorks Date: Thu, 18 Jan 2024 08:56:24 +0100 Subject: [PATCH] =?UTF-8?q?Enl=C3=A8ve=20les=20commentaires=20sur=20les=20?= =?UTF-8?q?permissions=20dans=20le=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 958eae87..41c21e31 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -133,9 +133,7 @@ jobs: needs: [ check-for-functional-changes ] if: needs.check-for-functional-changes.outputs.status == 'success' permissions: - #id-token is mandatory for trusted publishing id-token: write - #contents is mandatory for git tag publishing contents: write steps: - uses: actions/checkout@v3