Skip to content

feat(crypto-icons): download crypto icons from Coingecko #11

feat(crypto-icons): download crypto icons from Coingecko

feat(crypto-icons): download crypto icons from Coingecko #11

name: [Check] Update Config and Create PR

Check failure on line 1 in .github/workflows/update-connect-config.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-connect-config.yml

Invalid workflow file

You have an error in your yaml syntax
on:
schedule:
# Runs at midnight UTC every day at 01:00 AM CET
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
update-config:
runs-on: ubuntu-latest
if: github.repository == 'trezor/trezor-suite'
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.TREZOR_BOT_TOKEN }}
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: Install dependencies
run: yarn install --immutable
- name: Setup Git config
run: |
git config --global user.name "trezor-ci"
git config --global user.email "${{ secrets.TREZOR_BOT_EMAIL }}"
- name: Check for changes and create PR
run: yarn tsx ./scripts/ci/check-connect-data.ts