Skip to content

Commit

Permalink
chore(gha): fix i18n-download workflow (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohei authored Feb 18, 2024
1 parent f50841d commit 7147147
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/i18n-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
download-and-apply:
name: Dictionary Download
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -33,3 +36,5 @@ jobs:
--assignee @me \
--title "feat(i18n): apply i18n dictionary update(s)"
--reviewer @axross
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 7147147

Please sign in to comment.