Skip to content

Fetch CMC

Fetch CMC #53

Workflow file for this run

name: Fetch CMC
on:
workflow_dispatch:
schedule:
# 23:15 UTC Every Monday
# GitHub Actions might be delayed if time is at exact hour
- cron: "15 23 * * 1"
jobs:
fetchCMC:
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 CMC
run: yarn fetch:cmc
- name: Makelist
run: yarn makelist:cmc
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
author: PancakeSwap Bot <[email protected]>
delete-branch: true
commit-message: "CMC token list"
title: "chore: Update CMC token list"
body: |
- Update CMC token list
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: update-cmc