Fix translations workflow (#1963)
* Fix translations workflow * Temporarily trigger workflow for PRs * Trigger without a PR * Just work please * Update github-app-token dependency * Update workflow step name * Disable on PRs again
This commit is contained in:
parent
008fbf78a5
commit
4eecc80b9a
8
.github/workflows/translations.yml
vendored
8
.github/workflows/translations.yml
vendored
@ -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 }}
|
||||
|
1
tools/language_check/requirements.txt
Normal file
1
tools/language_check/requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
gql[aiohttp]
|
Loading…
Reference in New Issue
Block a user