trustwallet-assets/.github/workflows/daily_update.yml
elenixatzaa b397f43feb
Add logo to Cybitex token (#1928)
* Add logo to Cybitex token

* Try add env to access token in forked PR

* Use GITHUB_TOKEN directly

* Daily update

* checksum

* Daily update

Co-authored-by: mykola.eth <3277207+kolya182@users.noreply.github.com>
Co-authored-by: Mykola <kolya182@gmail.com>
Co-authored-by: kolya182 <kolya182@users.noreply.github.com>
2020-04-19 23:35:46 -07:00

28 lines
698 B
YAML

name: Daily Update
on:
push:
branches: [ master ]
jobs:
daily_update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v1.4.1
with:
node-version: 12
- name: Install dependencies
run: npm i
- name: Generate list
run: |
npm run update:bep2
npm run gen:list
- name: Commit daily changes if new updates
uses: stefanzweifel/git-auto-commit-action@v4.1.2
with:
commit_user_name: trust-wallet-merge-bot
commit_user_email: mergebot@trustwallet.com
commit_message: Daily update