diff --git a/.github/workflows/push-translations.yml b/.github/workflows/push-translations.yml index 2384de14..590152e5 100644 --- a/.github/workflows/push-translations.yml +++ b/.github/workflows/push-translations.yml @@ -14,6 +14,8 @@ permissions: jobs: push-translations: + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2