From 1c483e04224b0cbec7e0c1d6bc2004bbc353848d Mon Sep 17 00:00:00 2001 From: TopDevBeast <122065225+TopDevBeast53@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:36:39 +0900 Subject: [PATCH] Delete .github/workflows/updateLPsAPR.yml --- .github/workflows/updateLPsAPR.yml | 42 ------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/updateLPsAPR.yml diff --git a/.github/workflows/updateLPsAPR.yml b/.github/workflows/updateLPsAPR.yml deleted file mode 100644 index 209de954e..000000000 --- a/.github/workflows/updateLPsAPR.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Fetch and update LP APRs - -on: - workflow_dispatch: - schedule: - # 23:15 UTC - # GitHub Actions might be delayed if time is at exact hour - - cron: '15 23 * * *' - -jobs: - updateLPsAPRs: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Setup Node - uses: actions/setup-node@v2 - with: - node-version: 14.x - - - name: Install dependencies - run: yarn install --frozen-lockfile - - - name: Fetch and save LP APR data - run: yarn updateLPsAPR - - - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 - with: - author: PancakeSwap Bot - token: ${{ secrets.LP_APR_PANCAKE_BOT }} - delete-branch: true - commit-message: 'chore: Update LP APRs for Farms' - title: Update LP APRs for Farms - body: | - - Update LP APRs for Farms - - Auto-generated by [create-pull-request][1] - - [1]: https://github.com/peter-evans/create-pull-request - branch: update-lp-aprs-for-farms