Skip to content

Commit

Permalink
add more secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 committed Jan 27, 2025
1 parent 723207a commit 7c7b392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
LAUNCHDARKLY_API_TOKEN: ${{ secrets.LAUNCHDARKLY_API_TOKEN }}
HAPPYKIT_API_TOKEN: ${{ secrets.HAPPYKIT_API_TOKEN }}
HAPPYKIT_ENV_KEY: ${{ secrets.HAPPYKIT_ENV_KEY }}
LD_CLIENT_SIDE_ID: ${{ secrets.LD_CLIENT_SIDE_ID }}
LD_PROJECT_SLUG: ${{ secrets.LD_PROJECT_SLUG }}

- name: Publish Snapshot Release
run: pnpm changeset publish --no-git-tag --tag snapshot
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ jobs:
LAUNCHDARKLY_API_TOKEN: ${{ secrets.LAUNCHDARKLY_API_TOKEN }}
HAPPYKIT_API_TOKEN: ${{ secrets.HAPPYKIT_API_TOKEN }}
HAPPYKIT_ENV_KEY: ${{ secrets.HAPPYKIT_ENV_KEY }}
LD_CLIENT_SIDE_ID: ${{ secrets.LD_CLIENT_SIDE_ID }}
LD_PROJECT_SLUG: ${{ secrets.LD_PROJECT_SLUG }}

0 comments on commit 7c7b392

Please sign in to comment.