mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-24 02:45:48 +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
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: cachix/install-nix-action@v18
|
- uses: cachix/install-nix-action@v20
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- uses: cachix/cachix-action@v11
|
- uses: cachix/cachix-action@v12
|
||||||
with:
|
with:
|
||||||
name: noogle
|
name: noogle
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
|
||||||
extra_nix_config: |
|
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- run: nix build
|
- run: nix build
|
||||||
- name: Publish to Cloudflare Pages
|
- name: Publish to Cloudflare Pages
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
Loading…
Reference in New Issue
Block a user