From 4400176bee1cebed5467fdc970953f47a8f5479b Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 13 Mar 2025 14:25:11 +0100 Subject: [PATCH] WF --- .github/workflows/get-versions-from-newreleases.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/get-versions-from-newreleases.yaml b/.github/workflows/get-versions-from-newreleases.yaml index d13b82b..0dcdc8d 100644 --- a/.github/workflows/get-versions-from-newreleases.yaml +++ b/.github/workflows/get-versions-from-newreleases.yaml @@ -35,9 +35,11 @@ jobs: done - name: Commit JSON + env: + GITHUB_TOKEN: ${{ secrets.PAT_MICHEL }} run: | git config --global user.email "Github Actions[bot]" git config --global user.name "GitHub Actions" git add json/versions.json - git commit -m "Add new script" + git commit -m "Update versions.json" git push --force