diff --git a/.github/workflows/crowdin-translations-updater.yml b/.github/workflows/crowdin-translations-updater.yml index 553e484a389..a4e3114a8e1 100644 --- a/.github/workflows/crowdin-translations-updater.yml +++ b/.github/workflows/crowdin-translations-updater.yml @@ -84,7 +84,7 @@ jobs: run: | curl -X POST \ -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"\ + -H "Authorization: Bearer $GH_TOKEN"\ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos${{ github.owner }}/${{ github.repository }}/pulls/$PR_NUMBER/requested_reviewers \ -d '{"reviewers":[],"team_reviewers":["wireapp/android"]}'