From 6514cfc465e08622eca8c9eb83a3d2953aba48e6 Mon Sep 17 00:00:00 2001 From: Rashid Rashidov Date: Thu, 18 Jul 2024 16:53:16 +0300 Subject: [PATCH] Extend GITHUB_TOKEN permissions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e991546..3dc3899 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: runs-on: [ self-hosted ] permissions: - contents: read + contents: write packages: write attestations: write id-token: write