Skip to content

Commit

Permalink
Set project_id and token via echos
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Jan 31, 2024
1 parent cf7491a commit 463bcd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set credentials in crowdin.yml
run: |
echo "project_id: ${{ secrets.CROWDIN_PROJECT_ID }}" >> crowdin.yml
echo "api_token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}" >> crowdin.yml
- name: Crowdin push
uses: crowdin/github-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# Your Crowdin credentials
#
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
# project_id_env: CROWDIN_PROJECT_ID
# api_token_env: CROWDIN_PERSONAL_TOKEN
# base_path_env: "CROWDIN_BASE_PATH"
# base_url_env: "CROWDIN_BASE_URL"

Expand Down

0 comments on commit 463bcd9

Please sign in to comment.