diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 53647d38..f844f1a7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: run: echo "AZURITE_ACCOUNT_KEY=$(curl https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite | grep "Account key:" | cut -b 24-111)" >> $GITHUB_ENV - name: Verify Azurite Key was retrieved correctly - if: "!startsWith(env.AZURITE_ACCOUNT_KEY, 'Aby8')" + if: "!startsWith(env.AZURITE_ACCOUNT_KEY, 'Eby8')" run: echo Failed to find key at learn.microsoft.com && exit 1 - name: Run cibuild @@ -30,8 +30,5 @@ jobs: python-version: "3.10" # stac-api-validator requires >= 3.10 cache: "pip" - - name: Set Azurite Default Key - run: echo "AZURITE_ACCOUNT_KEY=$(curl https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite | grep "Account key:" | cut -b 24-111)" >> $GITHUB_ENV - - - name: Validate + - name: API Validator run: ./scripts/validate