mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-23 18:36:59 +03:00
Fix gh-actions: cachix-install broke somehow (#29)
* Update main.yml * Update main.yml
This commit is contained in:
parent
8993e6a408
commit
7561618bc2
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -14,16 +14,13 @@ jobs:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v18
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- uses: cachix/cachix-action@v11
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: noogle
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
- run: nix build
|
||||
- name: Publish to Cloudflare Pages
|
||||
if: github.event_name == 'push'
|
||||
|
Loading…
Reference in New Issue
Block a user