From 8a9bd8531aa356889f04e8e7498aeff3506cd24b Mon Sep 17 00:00:00 2001 From: Benjamin <8467845+import-benjamin@users.noreply.github.com> Date: Mon, 26 May 2025 23:34:40 +0200 Subject: [PATCH] fix(ci): update workflow permissions --- .github/workflows/go.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 46690dd..bbe5d04 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,11 @@ on: pull_request: branches: [ "main" ] -permissions: read-all +permissions: + contents: read + packages: write + attestations: write + id-token: write jobs: build: