diff options
| author | cyan <cyjan@mrcyjanek.net> | 2024-09-16 17:15:43 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-09-16 17:15:43 +0000 |
| commit | 12ffecde266fd7cded972e6970ab2cbdaec450b1 (patch) | |
| tree | e3c1958feccea65037734eb407989d9d27ff3f1d | |
| parent | f90b1f57b1337671b145e53e95ff5c2ecf67224d (diff) | |
add cakewallet secretscyjan-fix-cake-build
| -rw-r--r-- | .github/workflows/full_check.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index c2c460f..a7edcc0 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -623,6 +623,10 @@ jobs: echo "const tronNowNodesApiKey = '';" >> cw_tron/lib/.secrets.g.dart echo "const stealthExBearerToken = '';" >> lib/.secrets.g.dart echo "const stealthExAdditionalFeePercent = '';" >> lib/.secrets.g.dart + echo "const letsExchangeBearerToken = '';" >> lib/.secrets.g.dart + echo "const letsExchangeAffiliateId = '';" >> lib/.secrets.g.dart + echo "const etherScanApiKey = '';" >> lib/.secrets.g.dart + echo "const polygonScanApiKey = '';" >> lib/.secrets.g.dart - name: Rename app run: | |
