From 398561c7b2950638e00a40afc72cb053a818a855 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 26 May 2020 22:11:58 -0400 Subject: [PATCH] ci: Fix broken SSH key for release stage The SSH key referenced by the old secret had a password, causing the release stage to hang. It took me a while to realize this was my fault for adding a password when I created it (old habits die hard?). Should be fixed now. --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index b1b41d8..eda6caa 100644 --- a/.build.yml +++ b/.build.yml @@ -9,7 +9,7 @@ packages: sources: - https://git.sr.ht/~akarle/euchre-live secrets: - - 923b614a-772e-472a-b9d5-e742fc0697c0 + - f39736f0-38a1-48d5-9c75-13529a1130cd environment: PERL5LIB: /home/build/perl5/lib/perl5 shell: true -- libgit2 1.1.1