Skip to content

Commit

Permalink
Update tokenlist.json retrieval in push-tokens.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko authored and Marko committed Jan 24, 2024
1 parent 48eb8ca commit 0448e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-tokens.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
TARGET_FILE_PATH=apps/dragon-swap/tokenlist.json
GITHUB_TOKEN=${{ secrets.GH_TOKEN }}
SOURCE_FILE_CONTENT=$(curl -sSL -H "Authorization: Bearer $GITHUB_TOKEN" \
SOURCE_FILE_CONTENT=$(curl -sSL -H "Authorization: token ${{ secrets.GH_TOKEN }}" \
"https://raw.githubusercontent.com/dragonswap-app/assets/main/tokenlist.json")
# Update tokenlist.json in the target repo
Expand Down

0 comments on commit 0448e8d

Please sign in to comment.