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 }}