Chore: Fix Crowdin Download action failing consistently (#91394)

This commit is contained in:
Josh Hunt 2024-08-01 14:25:33 +01:00 committed by GitHub
parent fb9903ed7c
commit 024e839aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ jobs:
ref: ${{ github.head_ref }}
- name: Generate token
if: steps.crowdin-download.outputs.pull_request_url
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
@ -110,7 +109,6 @@ jobs:
}
}
}
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}