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