diff --git a/.github/workflows/release-digital-ocean.yml b/.github/workflows/release-digital-ocean.yml index 4df8898..722958d 100644 --- a/.github/workflows/release-digital-ocean.yml +++ b/.github/workflows/release-digital-ocean.yml @@ -22,7 +22,7 @@ jobs: - name: Login to Azure - CI Subscription uses: Azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 with: - creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPLE }} + creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} - name: Retrieve secrets id: retrieve-secrets diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10d341e..d6d5e7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: - name: Login to Azure - CI Subscription uses: Azure/login@ec3c14589bd3e9312b3cc8c41e6860e258df9010 with: - creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPLE }} + creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} - name: Retrieve secrets id: retrieve-secrets @@ -172,7 +172,7 @@ jobs: id: setup-dct uses: bitwarden/gh-actions/setup-docker-trust@a8c384a05a974c05c48374c818b004be221d43ff with: - azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPLE }} + azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} azure-keyvault-name: "bitwarden-ci" - name: Pull versioned image diff --git a/.github/workflows/update-links.yml b/.github/workflows/update-links.yml index 41cfbe8..1530dfd 100644 --- a/.github/workflows/update-links.yml +++ b/.github/workflows/update-links.yml @@ -18,7 +18,7 @@ jobs: - name: Login to Azure - CI Subscription uses: Azure/login@77f1b2e3fb80c0e8645114159d17008b8a2e475a with: - creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPLE }} + creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} - name: Retrieve secrets id: retrieve-secrets