Removal of transifex.yml

This commit is contained in:
João Vitor Polverari 2024-03-27 21:45:44 -03:00
parent a2af4e3e9b
commit 48d64b81e7

View File

@ -1,21 +0,0 @@
name: lime-transifex
on:
push:
branches: [ master ]
jobs:
transifex:
runs-on: ubuntu-latest
container: polarzincomfrio/lime-build-environments:linux-fresh
if: ${{ github.repository == 'RyzenDew/Lime-3DS-Emulator' }}
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Update Translation
run: ./.ci/transifex.sh
env:
TX_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
# This will never build until there's a Transifex API TOKEN available