Skip to content

Commit

Permalink
attempt to fix the check
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Oct 11, 2023
1 parent 52559de commit a5e691e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
min-free = 1073741824
max-free = 2147483648
secret-key-files = /home/runner/work/capkgs/capkgs/hydra_key
experimental-features = fetch-closure flakes nix-command
- run: |
echo "${{secrets.NIX_SIGNING_KEY}}" > hydra_key
git config user.name github-actions
git config user.email [email protected]
echo "${{secrets.NIX_SIGNING_KEY}}" > hydra_key
nix develop \
--ignore-environment \
--keep AWS_ACCESS_KEY_ID \
Expand Down

0 comments on commit a5e691e

Please sign in to comment.