ci: Fixed signing key lack of presence

This commit is contained in:
kat witch 2021-05-18 22:16:49 +01:00
parent 057d2acf73
commit bc96518141
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -5,6 +5,7 @@ with lib; {
ci.gh-actions.export = true;
gh-actions.env.OPENSSH_PRIVATE_KEY = "\${{ secrets.OPENSSH_PRIVATE_KEY }}";
gh-actions.env.CACHIX_SIGNING_KEY = "\${{ secrets.CACHIX_SIGNING_KEY }}";
gh-actions = {
on = {