Skip to content

Commit

Permalink
feat(#217): Fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Mar 6, 2021
1 parent 889839d commit b5125d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
# import-translations-github.sh script is currently tied to Travis CI
CIRCLE_PULL_REQUEST: ''
CIRCLE_BUILD_NUM: "${GITHUB_RUN_ID}/${GITHUB_RUN_NUMBER}"
CIRCLE_SHA1: "${GITHUB_SHA}"
CIRCLE_BUILD_NUM: "${{ GITHUB_RUN_ID }}/${{ GITHUB_RUN_NUMBER }}"
CIRCLE_SHA1: "${{ GITHUB_SHA }}"
GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_API_KEY: ${{ secrets.CROWDIN_API_KEY }}

0 comments on commit b5125d6

Please sign in to comment.