Skip to content

Commit

Permalink
Update SOURCE_FILE_CONTENT variable 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 55dfdca commit c2dfbe0
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 @@ -25,7 +25,7 @@ jobs:
TARGET_FILE_PATH=apps/dragon-swap/tokenlist.json
GITHUB_TOKEN=${{ secrets.GH_TOKEN }}
SOURCE_FILE_CONTENT=$(curl -sSL -H "Authorization: token $GITHUB_TOKEN" \
SOURCE_FILE_CONTENT=$(curl -sSL -H "Authorization: token ${{ secrets.GH_TOKEN }}" \
"https://raw.githubusercontent.com/$SOURCE_REPO_OWNER/$SOURCE_REPO_NAME/main/$SOURCE_FILE_PATH")
# Update tokenlist.json in the target repo
Expand Down

0 comments on commit c2dfbe0

Please sign in to comment.