Skip to content

Commit

Permalink
Update tokenlist.json in DragonSwap Client
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko authored and Marko committed Jan 24, 2024
1 parent 15f161d commit 8adde5a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/push-tokens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- name: Update tokenlist.json in DragonSwap Client
run: |
# Set up necessary variables
SOURCE_REPO_OWNER: dragonswap-app
SOURCE_REPO_NAME: assets
SOURCE_FILE_PATH: tokenlist.json
TARGET_REPO_OWNER: NIMA-Enterprises
TARGET_REPO_NAME: dragonswap-client
TARGET_FILE_PATH: apps/dragon-swap/tokenlist.json
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
SOURCE_REPO_OWNER=dragonswap-app
SOURCE_REPO_NAME=assets
SOURCE_FILE_PATH=tokenlist.json
TARGET_REPO_OWNER=NIMA-Enterprises
TARGET_REPO_NAME=dragonswap-client
TARGET_FILE_PATH=apps/dragon-swap/tokenlist.json
GITHUB_TOKEN=${{ secrets.GH_TOKEN }}
SOURCE_FILE_CONTENT=$(curl -sSL -H "Authorization: Bearer $GITHUB_TOKEN" \
"https://raw.githubusercontent.com/$SOURCE_REPO_OWNER/$SOURCE_REPO_NAME/main/$SOURCE_FILE_PATH")
Expand Down

0 comments on commit 8adde5a

Please sign in to comment.