Skip to content

Commit

Permalink
remove copy file from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgil-arranz committed Aug 1, 2024
1 parent 3664669 commit c3ccca4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/download-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

- name: Run Crowdin Copy Script
run: yarn run crowdin:copy
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

0 comments on commit c3ccca4

Please sign in to comment.