Skip to content

Commit

Permalink
fix: fix env secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Mar 1, 2024
1 parent b09a833 commit 04d6e39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
run: pnpm build
- name: Run specs
env:
CL_SDK_CLIENT_ID: y0C5Tvn3kZSNCI3nqrBo7wfXwqsRubjhtFLLZGpEYMU
CL_SDK_CLIENT_SECRET: EeE1OvBS21emCoj_zODJ3UcQrfYWB9-wcAWEdIOYeOM
CL_SDK_DOMAIN: commercelayer.co
CL_SDK_CLIENT_ID: ${{secrets.CL_SDK_CLIENT_ID}}
CL_SDK_CLIENT_SECRET: ${{secrets.CL_SDK_CLIENT_SECRET}}
run: pnpm test
- name: Release
env:
Expand Down

0 comments on commit 04d6e39

Please sign in to comment.