From 411b2ad5dc721213134c622a91a7c228a567fa16 Mon Sep 17 00:00:00 2001 From: Mateusz Hawrus <48822818+nieomylnieja@users.noreply.github.com> Date: Fri, 24 May 2024 16:44:58 +0200 Subject: [PATCH] fix: Update release.yml (#66) Add missing permissions check. --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ec5c06..4066d15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,11 @@ jobs: GITHUB_TOKEN: ${{secrets.GORELEASER_TOKEN}} image: runs-on: ubuntu-latest + permissions: + id-token: write + packages: write + contents: read + attestations: write env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}