Skip to content

Commit

Permalink
feat(mm-ld): clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Magne Cedric committed Jun 20, 2024
1 parent c66b03c commit bebd7db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
uses: ./.github/workflows/build-lint.yml
secrets:
SEGMENT_ANALYTICS_KEY: ${{ secrets.SEGMENT_ANALYTICS_DEV_KEY }}
# Hardcoded as we can't define different LD_CLIENT_ID based on environment.
# Safe to expose, see:
# https://docs.launchdarkly.com/sdk/client-side/javascript#initialize-the-client-and-evaluate-a-context
LD_CLIENT_ID: 6449dfe32c088a1338d69a98
LD_CLIENT_ID: ${{ secrets.LD_CLIENT_ID }}

all-jobs-completed:
name: All jobs completed
Expand Down

0 comments on commit bebd7db

Please sign in to comment.