Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add cachix to gh action steps
  • Loading branch information
garbas committed Sep 14, 2020
1 parent bfcda90 commit 70be2ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cron.yml
Expand Up @@ -20,6 +20,10 @@ jobs:
echo 'experimental-features = nix-command flakes' | sudo tee -a /etc/nix/nix.conf
nix --version
cat /etc/nix/nix.conf
- uses: cachix/cachix-action@v6
with:
name: nixos-homepage
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Update content
run: ./update.sh
- name: Building nixos.org
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/master.yml
Expand Up @@ -21,6 +21,10 @@ jobs:
echo 'experimental-features = nix-command flakes' | sudo tee -a /etc/nix/nix.conf
nix --version
cat /etc/nix/nix.conf
- uses: cachix/cachix-action@v6
with:
name: nixos-homepage
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Update content
run: ./update.sh
- name: Building nixos.org
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pulls.yml
Expand Up @@ -19,6 +19,10 @@ jobs:
echo 'experimental-features = nix-command flakes' | sudo tee -a /etc/nix/nix.conf
nix --version
cat /etc/nix/nix.conf
- uses: cachix/cachix-action@v6
with:
name: nixos-homepage
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: Update content
run: ./update.sh
- name: Building nixos.org
Expand Down

0 comments on commit 70be2ec

Please sign in to comment.