From 30802cb825ae78c0e00ec092bfa47b697eec11be Mon Sep 17 00:00:00 2001 From: Blazebrain Date: Wed, 3 Jul 2024 19:18:13 +0100 Subject: [PATCH] ci: Add required key --- .github/workflows/automated_integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automated_integration_test.yml b/.github/workflows/automated_integration_test.yml index c7ffb8ddf..8218c5355 100644 --- a/.github/workflows/automated_integration_test.yml +++ b/.github/workflows/automated_integration_test.yml @@ -118,9 +118,9 @@ jobs: touch cw_solana/lib/.secrets.g.dart touch cw_tron/lib/.secrets.g.dart echo "const salt = '${{ secrets.SALT }}';" > lib/.secrets.g.dart - echo "const seeds = '${{ secrets.SEEDS }}';" > lib/.secrets.g.dart echo "const keychainSalt = '${{ secrets.KEY_CHAIN_SALT }}';" >> lib/.secrets.g.dart echo "const key = '${{ secrets.KEY }}';" >> lib/.secrets.g.dart + echo "const seeds = '${{ secrets.SEEDS }}';" > lib/.secrets.g.dart echo "const walletSalt = '${{ secrets.WALLET_SALT }}';" >> lib/.secrets.g.dart echo "const shortKey = '${{ secrets.SHORT_KEY }}';" >> lib/.secrets.g.dart echo "const backupSalt = '${{ secrets.BACKUP_SALT }}';" >> lib/.secrets.g.dart