Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerow committed May 18, 2024
1 parent cfb46e3 commit 3d668ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crowdin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Build Crowdin project
uses: crowdin/github-action@v1
with:
config: "crowdin.yaml"
download_translations: true
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}
project_id: ${{ secrets.CROWDIN_PROJECT_ID }}
api_token: ${{ secrets.CROWDIN_API_KEY }}

# Prepare bucket ids
- name: Get latest translation bucket directory ids
Expand Down

0 comments on commit 3d668ff

Please sign in to comment.