File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments