From 88cc02b3504828f3c3b030fa232b12822c4d8c01 Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Mon, 30 Sep 2024 03:30:29 +0200 Subject: [PATCH] fix: goreleaser ci permissions (#1105) --- .github/workflows/goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 0a682de..cdaa818 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -7,6 +7,8 @@ on: permissions: contents: write + id-token: write + packages: write jobs: goreleaser: