Skip to content

Commit

Permalink
attempt 8
Browse files Browse the repository at this point in the history
I am losing my sanity
  • Loading branch information
KTrain5169 authored Sep 22, 2024
1 parent 6dec16c commit 65e3f8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
with:
ref: "main"

- name: Pass secrets as an output
id: secrets
- name: Set environment variables
id: set-secrets
run: |
echo "PROJECT_ID=$(awk '{$1=$1};1' <<< ${{ secrets.CROWIN_PROJECT_ID }})" >> $GITHUB_OUTPUT
echo "API_TOKEN=$(awk '{$1=$1};1' <<< ${{ secrets.CROWDIN_TOKEN_THING }})" >> $GITHUB_OUTPUT
echo "CROWDIN_PROJECT_ID=${{ secrets.CROWIN_PROJECT_ID }}" >> $GITHUB_ENV
echo "CROWDIN_API_TOKEN=${{ secrets.CROWDIN_TOKEN_THING }}" >> $GITHUB_ENV
- name: Grab strings from Crowdin
uses: crowdin/[email protected]
Expand Down

0 comments on commit 65e3f8e

Please sign in to comment.