From 2e1ea47e0ee4d4c13aa16ecb181221d98b7de5f8 Mon Sep 17 00:00:00 2001 From: strahi-linux Date: Wed, 21 Aug 2024 15:15:21 +0200 Subject: [PATCH] Testing push to main branch #3 --- .github/workflows/updateChangelogs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updateChangelogs.yaml b/.github/workflows/updateChangelogs.yaml index abafeec76..b3201d2ae 100644 --- a/.github/workflows/updateChangelogs.yaml +++ b/.github/workflows/updateChangelogs.yaml @@ -31,7 +31,7 @@ jobs: - name: Commit and Push Changes env: - TOKEN: ${{ secrets.PAT_TOKEN }} + TOKEN: ${{ secrets.GITHUB_ACTION_KEY }} run: | git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com"