Skip to content

Commit

Permalink
fix: CI push
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Mar 20, 2024
1 parent b052fb6 commit 0dc56df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
df -h
- name: Checkout
uses: actions/checkout@v4
with:
ref: "${{github.head_ref || github.ref_name}}"
- name: Install Nix
uses: cachix/install-nix-action@v23
with:
Expand All @@ -49,15 +51,15 @@ jobs:
echo "${{secrets.NIX_SIGNING_KEY}}" > hydra_key
nix develop \
--ignore-environment \
--keep CI \
--keep AWS_ACCESS_KEY_ID \
--keep AWS_SECRET_ACCESS_KEY \
--keep S3_ENDPOINT \
--keep CI \
--keep LOG_LEVEL \
--keep S3_ENDPOINT \
--command just ci
env:
AWS_ACCESS_KEY_ID: "${{secrets.AWS_ACCESS_KEY_ID}}"
AWS_SECRET_ACCESS_KEY: "${{secrets.AWS_SECRET_ACCESS_KEY}}"
S3_ENDPOINT: "${{secrets.S3_ENDPOINT}}"
NIX_SIGNING_KEY_FILE: "/home/runner/work/capkgs/capkgs/hydra_key"
LOG_LEVEL: "debug"
NIX_SIGNING_KEY_FILE: "/home/runner/work/capkgs/capkgs/hydra_key"
S3_ENDPOINT: "${{secrets.S3_ENDPOINT}}"

0 comments on commit 0dc56df

Please sign in to comment.