From 493c2675bbcb063cdbaeb206534ff961647f0f02 Mon Sep 17 00:00:00 2001 From: flisko Date: Thu, 15 Jan 2026 12:04:09 +0100 Subject: [PATCH] Update update_upstream.yml --- .github/workflows/update_upstream.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_upstream.yml b/.github/workflows/update_upstream.yml index 0821a04..d2c6538 100644 --- a/.github/workflows/update_upstream.yml +++ b/.github/workflows/update_upstream.yml @@ -3,7 +3,7 @@ name: Update Geth Upstream Version on: schedule: # Run daily at 2 AM UTC - - cron: '0 2 * * *' + - cron: "0 2 * * *" workflow_dispatch: # Allow manual trigger @@ -23,7 +23,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: "3.x" - name: Run update script id: update @@ -44,7 +44,7 @@ jobs: if: steps.update.outputs.update_available == 'true' uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PAT_TOKEN }} commit-message: >- chore: update Geth to ${{ steps.update.outputs.new_version }} title: >-