Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Update crowdin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou-Shilin authored Apr 3, 2024
1 parent b36d596 commit 65b2f22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Replace api_token in crowdin.yml
run: |
sed -i 's/"api_token": "[^"]*"/"api_token": "${{ secrets.CROWDIN_PERSONAL_TOKEN }}"/' crowdin.yml
- name: crowdin action
uses: crowdin/github-action@v1
with:
Expand Down

0 comments on commit 65b2f22

Please sign in to comment.