Skip to content

Update token list

Update token list #23

Workflow file for this run

name: Update tokenlist.json in DragonSwap Client
on:
pull_request:
types:
- opened
- synchronize
jobs:
copy-file:
runs-on: ubuntu-latest
steps:
- name: Add file to DWAP repo
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:
source_file: "tokenlist.json"
destination_repo: "NIMA-Enterprises/dragonswap-client"
destination_folder: "packages/backend-service-dragon-swap/src/service/getTokens"
user_email: "marko.drakulic@nima.enterprises"
user_name: "drakulicm"
commit_message: "Update tokenlist.json using GitHub Actions"