From 9b1ae3d5ba47b61c370d3382185226a2e2a6a1f0 Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 13 Mar 2024 16:11:09 +0100 Subject: [PATCH] feature: Add changes to develop branch --- .github/workflows/push-tokens.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push-tokens.yaml b/.github/workflows/push-tokens.yaml index e3279c3..eb0066d 100644 --- a/.github/workflows/push-tokens.yaml +++ b/.github/workflows/push-tokens.yaml @@ -20,6 +20,7 @@ jobs: API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }} with: source_file: "./tokenlist.json" + destination_branch: "develop" destination_repo: "dragonswap-app/dragonswap-client" destination_folder: "packages/backend-service-dragon-swap/src/service/getTokens" user_email: "marko.drakulic@nima.enterprises"