Merge pull request #107 from 0xS0l/main #100
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |