Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Nov 9, 2023
1 parent 0d86cf5 commit 36f9f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ runs:

- run:
name: Replace Auth0 test credentials
shell: bash
env:
AUTH0_CFG: ${{ inputs.working_directory }}/auth_config.json
AUTH0_EXAMPLE_CFG: ${{ inputs.working_directory }}/auth_config.json.example
command: |
run: |
sed \
-e "s/{DOMAIN}/$AUTH0_TEST_DOMAIN/g" \
-e "s/{CLIENT_ID}/$AUTH0_TEST_CLIENT_ID/g" \
Expand Down

0 comments on commit 36f9f1f

Please sign in to comment.