Skip to content

Commit

Permalink
Trigger env setup only for Map storage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdoTR committed Oct 15, 2024
1 parent 9477a7f commit 26aa15c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: npm run build

- name: Set up Environment Variables
if: ${{ env.UPLOAD_MODE == 'MAP_STORAGE' }}
run: |
# MAP_STORAGE_API_KEY must always come from GitHub Secrets in CI
if [ -z "${{ secrets.MAP_STORAGE_API_KEY }}" ]; then
Expand Down

0 comments on commit 26aa15c

Please sign in to comment.