From a17e3da42631196289e6a9f2f0ff9832b8cdcd1c Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Fri, 22 Nov 2024 00:15:08 +0100 Subject: [PATCH] fix(workflows/release-pr): use token for checkout (#25176) --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index c524f49c75879d..83b4f59bc6799c 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -25,6 +25,7 @@ jobs: with: fetch-depth: 0 fetch-tags: true + token: ${{ secrets.GH_TOKEN }} - name: Setup Node uses: actions/setup-node@v4 @@ -35,7 +36,6 @@ jobs: - name: "Setup git" run: | - git remote set-url origin https://mdn-bot:$GH_TOKEN@github.com/${{ github.repository }}.git git config user.email 108879845+mdn-bot@users.noreply.github.com git config user.name mdn-bot