Skip to content

Commit

Permalink
fix: remove split.io as it is not used
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Aug 6, 2023
1 parent 5bff0e7 commit 76f9188
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
cp *.tgz packages/cli
npx lerna run deploy:deploy --stream
env:
SPLIT_IO_KEY: ${{secrets.SPLIT_IO_KEY_NON_PROD}}
GOOGLE_ANALYTICS: ${{secrets.GOOGLE_ANALYTICS_NON_PROD}}
NODE_ENV: 'dev'

Expand Down Expand Up @@ -119,4 +118,3 @@ jobs:
env:
NODE_ENV: 'production'
GOOGLE_ANALYTICS: ${{secrets.GOOGLE_ANALYTICS_PROD}}
SPLIT_IO_KEY: ${{secrets.SPLIT_IO_KEY_PROD}}

0 comments on commit 76f9188

Please sign in to comment.