Skip to content

Commit

Permalink
rename azurite default key
Browse files Browse the repository at this point in the history
  • Loading branch information
joshimai committed Aug 1, 2024
1 parent 280b3d1 commit 6ee67cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
subscription-id: ${{ fromJSON(secrets.SECURE_AZURE_CREDENTIALS).subscriptionId }}

- name: Set Azurite Default Key
run: echo "AZURITE_DEFAULT_KEY=${{ secrets.AZURITE_DEFAULT_KEY }}" >> $GITHUB_ENV
run: echo "AZURITE_ACCOUNT_KEY=${{ secrets.AZURITE_ACCOUNT_KEY }}" >> $GITHUB_ENV

- name: Authenticate
run: ./scripts/ciauthenticate
Expand All @@ -48,7 +48,7 @@ jobs:
esac

- name: Use Azurite Default Key
run: echo "Using Azurite default key: $AZURITE_DEFAULT_KEY"
run: echo "Using Azurite default key: $AZURITE_ACCOUNT_KEY"

- name: Publish images
run: ./scripts/cipublish --acr ${{steps.get_image_tag.outputs.acr}} --tag ${{steps.get_image_tag.outputs.tag}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set Azurite Default Key
run: echo "AZURITE_DEFAULT_KEY=${{ secrets.AZURITE_DEFAULT_KEY }}" >> $GITHUB_ENV
run: echo "AZURITE_ACCOUNT_KEY=${{ secrets.AZURITE_ACCOUNT_KEY }}" >> $GITHUB_ENV

- name: Run cibuild
run: ./scripts/cibuild
Expand Down

0 comments on commit 6ee67cc

Please sign in to comment.