Skip to content

Commit

Permalink
check2
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 31, 2024
1 parent 42b7738 commit 4756d39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node_sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Extract the new env id
echo "ENV_ID=$(echo "$response" | jq -r '.id')" >> $GITHUB_ENV
echo "New env ID: ${{ env.ENV_ID }}"
echo "New env ID: $ENV_ID"
- name: Fetch API_KEY of ${{ env.ENV_NAME }}
run: |
Expand All @@ -61,7 +61,7 @@ jobs:
# Extract the secret from the response which is the API_KEY of the new env
echo "ENV_API_KEY=$(echo "$response" | jq -r '.secret')" >> $GITHUB_ENV
echo "New env api key: ${{ env.ENV_API_KEY }}"
echo "New env api key: $ENV_API_KEY"
- name: local PDP runnning
env:
Expand All @@ -76,7 +76,6 @@ jobs:
API_TIER: 'prod'
run: yarn test


- name: Delete env ${{ env.ENV_NAME }}
if: always()
run: |
Expand Down

0 comments on commit 4756d39

Please sign in to comment.