Skip to content

Commit

Permalink
update api key
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Mar 19, 2024
1 parent 2d59cfb commit 3b4a70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Check if algolia is empty, set the variable to some dummy value if it is
shell: bash
run: |
[[ -z $NEXT_PUBLIC_ALGOLIA_API_KEY ]] && echo "export NEXT_PUBLIC_ALGOLIA_API_KEY=xxxxx" >> "$GITHUB_ENV"
echo "export NEXT_PUBLIC_ALGOLIA_API_KEY=${NEXT_PUBLIC_ALGOLIA_API_KEY:-xxxx}" >> "$GITHUB_ENV"
- name: Build
run: |
Expand Down

0 comments on commit 3b4a70b

Please sign in to comment.