From 1a82379a23284aab6bf85e8cfb1e519bfe24240c 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:58:37 +0000 Subject: [PATCH] fix: ensure correct credentials are passed to issu --- .github/workflows/workflow_file.yml | 16 ++++++++++++++++ 1 file changed, 16 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..6a5ee82b --- /dev/null +++ b/.github/workflows/workflow_file.yml @@ -0,0 +1,16 @@ +name: Workflow Name +on: [push, pull_request] + +jobs: + job_name: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Translate issue + uses: usthe/issues-translate-action@v2.7 + with: + token: ${{ secrets.GITHUB_TOKEN }} + # Add any other necessary credentials here, like so: + # other_credential: ${{ secrets.OTHER_CREDENTIAL }}