From c7305b47e8cbc10e9659644bd2a06bcf2fadcfc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schr=C3=B6dinger?= <132720404+Schrodinger71@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:48:38 +0300 Subject: [PATCH] Revert "fix?" This reverts commit 8b5517917eea0c994ae2b935c11b71d079f56554. --- .github/workflows/auto-cl-update-atd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-cl-update-atd.yml b/.github/workflows/auto-cl-update-atd.yml index 93809e81db2..126845fcd1b 100644 --- a/.github/workflows/auto-cl-update-atd.yml +++ b/.github/workflows/auto-cl-update-atd.yml @@ -42,7 +42,7 @@ jobs: - name: Run post-merge script env: - GITHUB_TOKEN: ${{ secrets.TOKEN_GIT }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: python Tools/ADT/auto_cl.py "${{ secrets.PAT_CL_TOKEN }}" "${{ github.repository }}" - name: Configure Git @@ -60,15 +60,15 @@ jobs: - name: Push changes to a new branch if: steps.commit-changes.outcome == 'success' env: - GITHUB_TOKEN: ${{ secrets.TOKEN_GIT }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git push https://x-access-token:${{ secrets.TOKEN_GIT }}@github.com/${{ github.repository }} update-changelog --force + git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} update-changelog --force - name: Create Pull Request if: steps.commit-changes.outcome == 'success' uses: peter-evans/create-pull-request@v4 with: - token: ${{ secrets.TOKEN_GIT }} + token: ${{ secrets.GITHUB_TOKEN }} base: master branch: update-changelog commit-message: "Auto cl update"