Skip to content

Commit

Permalink
chore(gha): i18n workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohei Asai committed Feb 18, 2024
1 parent 7147147 commit a3a9510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18n-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Dictionary Download
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
pull-requests: write
steps:
- name: Checkout
Expand All @@ -20,7 +20,7 @@ jobs:
command: download
args: --downloadFormat=single-language-json --downloadPath=./src/locales/{lang}/{ns}.json
api-key: ${{ secrets.SIMPLELOCALIZE_API_KEY }}
- name: Upload the parsed dictionary files as artifacts
- name: Commit the changes and pushes a feature branch
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
Expand Down

0 comments on commit a3a9510

Please sign in to comment.