Skip to content

Update cachix/install-nix-action action to v31.10.6 #3

Update cachix/install-nix-action action to v31.10.6

Update cachix/install-nix-action action to v31.10.6 #3

name: Copilot
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
pull_request:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
copilot-setup-steps:
runs-on: dotfiles-runners
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3 # v31.10.6
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
allowUnfree = true
- uses: cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
with:
name: unstoppablemango
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}