actions: Fix forgotten reference to action that is only on github
Some checks failed
Cachix / build (kholinar) (push) Has been cancelled
Cachix / build (lasting-integrity) (push) Has been cancelled
Cachix / build (marabethia) (push) Has been cancelled
Cachix / build (urithiru) (push) Has been cancelled
Cachix / build (elendel) (push) Has been cancelled

This commit is contained in:
Charlotte Van Petegem 2024-11-11 01:57:16 +01:00
parent f692804dfe
commit 43531586d1
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: apt update && apt install -y sudo - run: apt update && apt install -y sudo
- uses: cachix/install-nix-action@v30 - uses: https://github.com/cachix/install-nix-action@v30
with: with:
enable_kvm: false enable_kvm: false
github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}' github_access_token: '${{ secrets.ACCESS_TOKEN_GITHUB }}'