diff options
| author | 2022-10-17 02:57:07 -0400 | |
|---|---|---|
| committer | 2022-10-17 02:57:07 -0400 | |
| commit | c75a4bdeaa893974932221ad6ace69aa67e4d9fa (patch) | |
| tree | ce8ac1704f0406dd9e47e41de96226be629f51ae /.github | |
| parent | Merge pull request #9079 from Morph1984/unknown-unkowns (diff) | |
| parent | Set TX_TOKEN for transifex client (diff) | |
| download | yuzu-c75a4bdeaa893974932221ad6ace69aa67e4d9fa.tar.gz yuzu-c75a4bdeaa893974932221ad6ace69aa67e4d9fa.tar.xz yuzu-c75a4bdeaa893974932221ad6ace69aa67e4d9fa.zip | |
Merge pull request #9085 from Docteh/TX_TOKEN
Set TX_TOKEN for transifex client
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa5824824..25ef1f078 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
| @@ -19,11 +19,11 @@ jobs: | |||
| 19 | - uses: actions/checkout@v3 | 19 | - uses: actions/checkout@v3 |
| 20 | with: | 20 | with: |
| 21 | submodules: recursive | 21 | submodules: recursive |
| 22 | fetch-depth: 0 | 22 | fetch-depth: 0 |
| 23 | - name: Update Translation | 23 | - name: Update Translation |
| 24 | run: ./.ci/scripts/transifex/docker.sh | 24 | run: ./.ci/scripts/transifex/docker.sh |
| 25 | env: | 25 | env: |
| 26 | TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} | 26 | TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} |
| 27 | 27 | ||
| 28 | reuse: | 28 | reuse: |
| 29 | runs-on: ubuntu-latest | 29 | runs-on: ubuntu-latest |