diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-10-17 02:57:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-17 02:57:07 -0400 |
| commit | c75a4bdeaa893974932221ad6ace69aa67e4d9fa (patch) | |
| tree | ce8ac1704f0406dd9e47e41de96226be629f51ae /.github | |
| parent | 2f37c7948f2061e5bdef5b9b21b7e88295eff3a7 (diff) | |
| parent | c70e1d0247508d933fb0a66ab44711af96da766b (diff) | |
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: - uses: actions/checkout@v3 with: submodules: recursive - fetch-depth: 0 + fetch-depth: 0 - name: Update Translation run: ./.ci/scripts/transifex/docker.sh env: - TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} + TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} reuse: runs-on: ubuntu-latest |
