From ea20a037b9d8397e37501cd37cc55e0ca39b164c Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 1 Dec 2025 14:31:06 +0000 Subject: [PATCH] fixup! Fix autoupdate workflow. --- .github/workflows/autoupdate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/autoupdate.yaml b/.github/workflows/autoupdate.yaml index 5306d95..2bed873 100644 --- a/.github/workflows/autoupdate.yaml +++ b/.github/workflows/autoupdate.yaml @@ -8,6 +8,9 @@ on: env: GO_VERSION: ">=1.21" +permissions: + contents: write + jobs: # This job is responsible for preparation of the build # environment variables.