From 9e6877e2f31251d72f38d38271eef3afe659c738 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:20:35 +0000 Subject: [PATCH] fix: update credentials for issues-translate-actio --- unknown_workflow_file | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 unknown_workflow_file diff --git a/unknown_workflow_file b/unknown_workflow_file new file mode 100644 index 0000000..359ffc4 --- /dev/null +++ b/unknown_workflow_file @@ -0,0 +1,11 @@ +# Since the user has not provided the name of the workflow file, we cannot provide a specific solution. However, here is a general solution that can be applied to any workflow file. + +jobs: + translate: + runs-on: ubuntu-latest + steps: + - name: "Translate Issues" + uses: usthe/issues-translate-action@v2.7 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}