You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/_build-any.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ jobs:
95
95
local az_filename=$2
96
96
local local_filename=$3
97
97
98
-
az storage blob download --account-name bitwardenci --container-name $container_name --name $az_filename --file $local_filename #--output none #TODO: add output none back before merging to main
98
+
az storage blob download --account-name bitwardenci --container-name $container_name --name $az_filename --file $local_filename --auth-mode key #--output none #TODO: add output none back before merging to main
0 commit comments