Skip to content

Commit 3748f50

Browse files
author
Karthick
committed
Address review comment
1 parent bc358d2 commit 3748f50

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,5 @@ jobs:
2828
python-version: "3.10" # stac-api-validator requires >= 3.10
2929
cache: "pip"
3030

31-
- name: Set Azurite Default Key
32-
run: |
33-
# This is the publicly documented Azurite development key
34-
echo "AZURITE_ACCOUNT_KEY=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBHeksoGMGw==" >> $GITHUB_ENV
35-
3631
- name: API Validator
3732
run: ./scripts/validate

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- TILER_HREF=http://localhost:8080/data/
2121

2222
# Azure Storage
23-
- AZURITE_ACCOUNT_KEY=${AZURITE_ACCOUNT_KEY}
23+
- AZURITE_ACCOUNT_KEY=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBHeksoGMGw==
2424
- PCAPIS_COLLECTION_CONFIG__ACCOUNT_URL=http://azurite:10002/devstoreaccount1
2525
- PCAPIS_COLLECTION_CONFIG__ACCOUNT_NAME=devstoreaccount1
2626
- PCAPIS_COLLECTION_CONFIG__ACCOUNT_KEY=${AZURITE_ACCOUNT_KEY}

0 commit comments

Comments
 (0)