From 007e7b0bf070c1dc5dd002deca63aeba26f6ce1b Mon Sep 17 00:00:00 2001 From: ismail simsek Date: Wed, 25 Jun 2025 12:50:06 +0200 Subject: [PATCH] updare permissions --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e08992c7..b50b14f0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,7 +1,8 @@ name: Plugins - CD run-name: Deploy ${{ inputs.branch }} to ${{ inputs.environment }} by @${{ github.actor }} permissions: - contents: read + attestations: write + contents: write id-token: write on: