Skip to content

Commit

Permalink
Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Feb 9, 2024
1 parent 23e558b commit a959015
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/crowdin-download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
workflow_dispatch:

permissions: write-all

jobs:
synchronize-with-crowdin:
runs-on: ubuntu-latest
Expand All @@ -24,6 +26,6 @@ jobs:
pull_request_body: 'New Crowdin translations submitted'
pull_request_base_branch_name: 'master'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 comments on commit a959015

Please sign in to comment.