Skip to content

Commit 146a74c

Browse files
committed
Add flag to snooze warning
1 parent ed8414f commit 146a74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build-any.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
local az_filename=$2
9696
local local_filename=$3
9797
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
9999
}
100100
101101
mkdir -p $HOME/secrets

0 commit comments

Comments
 (0)