mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
ci: Fixed signing key lack of presence
This commit is contained in:
parent
057d2acf73
commit
bc96518141
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue