From ac2d5f2870815e2ad5566e7a8f53efa9e216db12 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:04:25 +0200 Subject: [PATCH] fix update-go workflow permissions for content and pull request writes Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/update-go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-go.yml b/.github/workflows/update-go.yml index e68af7f5..a041263f 100644 --- a/.github/workflows/update-go.yml +++ b/.github/workflows/update-go.yml @@ -18,6 +18,9 @@ jobs: build: runs-on: ubuntu-24.04 + permissions: + contents: write + pull-requests: write needs: - pkgs steps: