Skip to content

chore(deps): bump actions/checkout from 5 to 6 (#4) #309

chore(deps): bump actions/checkout from 5 to 6 (#4)

chore(deps): bump actions/checkout from 5 to 6 (#4) #309

Workflow file for this run

name: Push to cachix
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cachix:
runs-on: namespace-profile-cached-amd64-lg
steps:
- uses: actions/checkout@v6
- uses: namespacelabs/nscloud-cache-action@v1
with:
path: |
/nix
- uses: webfactory/ssh-agent@v0.9.1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
accept-flake-config = true
- uses: cachix/cachix-action@v16
with:
name: willruggiano
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix develop -c just push