From efcd47832bf5c9f6c500daf2ae4c81ca38b6b2ae Mon Sep 17 00:00:00 2001 From: Martin Atanasov Date: Thu, 4 Jul 2024 10:01:47 +0300 Subject: [PATCH] chore: add needed permissions for Akeyless (#2214) --- .github/workflows/publish-kb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-kb.yml b/.github/workflows/publish-kb.yml index 769ebc1a4..6e925cc85 100644 --- a/.github/workflows/publish-kb.yml +++ b/.github/workflows/publish-kb.yml @@ -6,6 +6,7 @@ on: run-name: Publish Knowledge Base Article ${{ github.event.client_payload.name }} ${{ github.event.client_payload.id }} permissions: + id-token: write contents: write pull-requests: write