From 37ee4a16416eab3d2b9a704494c74385116f49b3 Mon Sep 17 00:00:00 2001 From: Kohei Asai Date: Sun, 18 Feb 2024 13:26:23 -0800 Subject: [PATCH] chore(gha): fix i18n-download workflow --- .github/workflows/i18n-download.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/i18n-download.yml b/.github/workflows/i18n-download.yml index 80cfe67..dbaceff 100644 --- a/.github/workflows/i18n-download.yml +++ b/.github/workflows/i18n-download.yml @@ -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 @@ -33,3 +36,5 @@ jobs: --assignee @me \ --title "feat(i18n): apply i18n dictionary update(s)" --reviewer @axross + env: + GH_TOKEN: ${{ github.token }}