From 66da0093ead4a0bdb0ac9a57052413dadd83c7fe Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 01:03:42 +0000 Subject: [PATCH] fix: add missing token to issues-translate-action --- .github/workflows/workflow_file.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/workflow_file.yml diff --git a/.github/workflows/workflow_file.yml b/.github/workflows/workflow_file.yml new file mode 100644 index 00000000..0fe47526 --- /dev/null +++ b/.github/workflows/workflow_file.yml @@ -0,0 +1,17 @@ +name: Translate Issues + +on: + issues: + types: [opened, edited] + +jobs: + translate: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Translate Issues + uses: usthe/issues-translate-action@v2.7 + with: + token: ${{ secrets.GITHUB_TOKEN }}