Trigger autoupdater

This commit is contained in:
2025-12-08 01:11:32 +00:00
parent 8c022fa0d2
commit 1b66f4c6f9
+3
View File
@@ -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.yml"
secrets:
pat-token: ${{ secrets.HOMEBREW_TAP_TOKEN }}