Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
peilingjiang committed Jun 5, 2024
1 parent ddd9b18 commit 0b6c44f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-phrases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
phrases:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: Set commit account information
run: |
git config --global user.name "github-actions[bot]"
Expand All @@ -24,7 +24,7 @@ jobs:
run: |
gpg --quiet --batch --yes --passphrase="${{secrets.google_api_pw}}" \
--output credentials.json \
--decrypt credentials.json.gpg
--decrypt i18n/credentials.json.gpg
- name: Fetch and update phrases
continue-on-error: true
run: |
Expand Down
Binary file added i18n/credentials.json.gpg
Binary file not shown.

0 comments on commit 0b6c44f

Please sign in to comment.