From 2a517526630d7aa95db9ee131c24ffeebf8bf581 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Mon, 8 Dec 2025 01:14:40 +0000 Subject: [PATCH] Trigger autoupdate. --- .github/workflows/autoupdate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/autoupdate.yaml b/.github/workflows/autoupdate.yaml index 21abfb2..d19ce3f 100644 --- a/.github/workflows/autoupdate.yaml +++ b/.github/workflows/autoupdate.yaml @@ -8,6 +8,7 @@ on: permissions: contents: write actions: write + pull-requests: write jobs: autoupdate: @@ -15,3 +16,5 @@ jobs: with: go-version: "1.24" release-workflow: "release.yaml" + secrets: + pat-token: ${{ secrets.HOMEBREW_TAP_TOKEN }}