Skip to content

Commit b326704

Browse files
committed
modified ebs-common-stage-prod.yml
1 parent dade442 commit b326704

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ebs-common-stage-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ jobs:
150150
- name: Prepare Clerk API key
151151
env:
152152
ENVIRONMENT: ${{ github.event.inputs.environment }}
153-
STAGING_CLERK_API_KEY: ${{ secrets.STAGING_CLERK_API_KEY }}
154-
PROD_CLERK_API_KEY: ${{ secrets.PROD_CLERK_API_KEY }}
153+
STAGING_CLERK_API_KEY: ${{ secrets.STAGING_CLERK_SECRET_KEY }}
154+
PROD_CLERK_API_KEY: ${{ secrets.PROD_CLERK_SECRET_KEY }}
155155
run: |
156156
set -euo pipefail
157157
ENV_FILE=".env-file"

0 commit comments

Comments
 (0)