From d3c09afb900d7ad15b265e39a95887dfec9574f9 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 01:57:18 +0000 Subject: [PATCH] fix: correct token for issues-translate-action in --- .github/workflows/workflow_file.yml | 14 ++++++++++++++ 1 file changed, 14 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 0000000..1c8c2af --- /dev/null +++ b/.github/workflows/workflow_file.yml @@ -0,0 +1,14 @@ +name: Workflow Name +on: [push, pull_request] + +jobs: + job_name: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Translate Issues + uses: usthe/issues-translate-action@v2.7 + with: + token: ${{ secrets.GITHUB_TOKEN }}