diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1b086099..487a0103 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -10,6 +10,10 @@ jobs: update_translations: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 + with: + submodules: recursive + - uses: actions/setup-python@v4 name: Setup Python 3.10 with: @@ -22,12 +26,12 @@ jobs: - name: Generate token id: generate_token - uses: tibdex/github-app-token@36464acb844fc53b9b8b2401da68844f6b05ebb0 + uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PEM }} - - name: Get project data + - name: Update translation project working-directory: tools/language_check env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} diff --git a/tools/language_check/requirements.txt b/tools/language_check/requirements.txt new file mode 100644 index 00000000..1285f892 --- /dev/null +++ b/tools/language_check/requirements.txt @@ -0,0 +1 @@ +gql[aiohttp]