diff --git a/.github/workflows/0_1_regressionWithRealWallet.yml b/.github/workflows/0_1_regressionWithRealWallet.yml index 404be8aa..5c5acd5b 100644 --- a/.github/workflows/0_1_regressionWithRealWallet.yml +++ b/.github/workflows/0_1_regressionWithRealWallet.yml @@ -35,6 +35,7 @@ jobs: run: | BASE_URL=${{ inputs.base_url }} \ FLAGS_FEATURES=${{ inputs.flags_features}} \ + VERY_OLD_TEST_WALLET_PK=${{ secrets.VERY_OLD_TEST_WALLET_PK }} \ yarn ci:with-real-wallet - uses: actions/upload-artifact@v4 if: always()