Skip to content

Commit

Permalink
Merge 362c108 into 9832455
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost committed Apr 20, 2024
2 parents 9832455 + 362c108 commit 113887e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/crowdin_download_translations.yml
Expand Up @@ -20,7 +20,6 @@ jobs:
crowdin-download-translations:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
environment: crowdin_sync
steps:
Expand Down Expand Up @@ -85,7 +84,7 @@ jobs:
if: success() && (github.repository == 'Warzone2100/warzone2100') && (steps.pushupdates.outputs.PROCESS_PR == 'true')
id: cpr
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ steps.app-token.outputs.token }}
GH_REPO: ${{ github.repository }}
run: |
gh pr create --base "master" --head "l10n_master" --title "New Crowdin translations" --body "New Crowdin translations sync (Auto-generated)" --label "automated pr" || echo "Seems like PR already exists?"

0 comments on commit 113887e

Please sign in to comment.