From c05eae7ed2ae9ced1675c5d3f9d0352d5485f133 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Mon, 23 Sep 2024 20:54:07 -0700 Subject: [PATCH] Fixup: Add GH token --- .github/workflows/check-for-updates.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index db97ff6..7734bd7 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -55,6 +55,8 @@ jobs: - name: Check for repository changes and commit id: check_changes + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config --global user.email "action@github.com" git config --global user.name "GitHub Action"