ci: use bot's PAT

This commit is contained in:
Ankush Menat 2024-02-29 09:59:16 +05:30
parent 69dad391e4
commit 9c93d86294

View file

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