From e8714631c59addc737b0b5454b4bf341ea57770b Mon Sep 17 00:00:00 2001 From: ralongit Date: Mon, 22 Jul 2024 16:57:37 +0300 Subject: [PATCH] Add Artifact attestations release workflow permission --- .github/workflows/create-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 197db0bfa..93c82c0a3 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -73,6 +73,7 @@ jobs: packages: write # Allows accessing and publishing packages pull-requests: write # Allows creating and managing pull requests actions: write # Allows updating GitHub Action workflows + attestations: write # Allows adding and updating artifact attestations steps: - name: Checkout uses: actions/checkout@v4