Skip to content

Commit 79da56d

Browse files
committed
Fix release
1 parent e918307 commit 79da56d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ jobs:
176176
- name: Install Node dependencies
177177
run: npm install
178178

179+
- name: Login to Azure - CI Subscription
180+
uses: Azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
181+
with:
182+
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
183+
179184
- name: Download secrets
180185
env:
181186
ACCOUNT_NAME: bitwardenci

0 commit comments

Comments
 (0)