From a08509274ce9b5983ae61a618de7575d3ff84d00 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 02:18:32 +0000 Subject: [PATCH] fix: Corrected credentials for issues-translate-ac --- .github/workflows/workflow_file.yml | 21 +++++++++++++++++++++ 1 file changed, 21 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..b2575bd6 --- /dev/null +++ b/.github/workflows/workflow_file.yml @@ -0,0 +1,21 @@ +name: Workflow Name + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + job_name: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Translate issue comments + uses: usthe/issues-translate-action@v2.7 + with: + token: ${{ secrets.GITHUB_TOKEN }}