Skip to content

Merge pull request #94 from raicead/new-token/WILSON #93

Merge pull request #94 from raicead/new-token/WILSON

Merge pull request #94 from raicead/new-token/WILSON #93

Workflow file for this run

name: Update tokenlist-sei-mainnet.json in DragonSwap Client
on:
push:
branches:
- main
paths:
- "tokenlist-sei-mainnet.json"
jobs:
copy-file:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Add file to DSWAP repo
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with:
source_file: ${{secrets.SOURCE_FILE}}
destination_branch: ${{secrets.DESTINATION_BRANCH}}
destination_repo: ${{secrets.DESTINATION_REPO}}
destination_folder: ${{secrets.DESTINATION_FOLDER}}
user_email: ${{secrets.USER_EMAIL}}
user_name: ${{secrets.USER_NAME}}
commit_message: ${{secrets.COMMIT_MESSAGE}}