From 9c93d862949250fc519ab81f281ee580c19d9849 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Thu, 29 Feb 2024 09:59:16 +0530 Subject: [PATCH] ci: use bot's PAT --- .github/workflows/generate-pot-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-pot-file.yml b/.github/workflows/generate-pot-file.yml index b565461ffe..a4e7e3f282 100644 --- a/.github/workflows/generate-pot-file.yml +++ b/.github/workflows/generate-pot-file.yml @@ -34,5 +34,5 @@ jobs: run: | bash ${GITHUB_WORKSPACE}/.github/helper/update_pot_file.sh env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.RELEASE_TOKEN }} BASE_BRANCH: ${{ matrix.branch }}