Skip to content

Commit

Permalink
checking credential issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Oct 30, 2023
1 parent 5c12966 commit 6f885b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cli-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Login to Azure - Prod Subscription
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
with:
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
creds: ${{ secrets.AZURE_CI_SERVICE_PRINCIPAL }}

- name: Login to Azure ACR
run: az acr login -n bitwardenprod
Expand Down

0 comments on commit 6f885b7

Please sign in to comment.