|
@@ -185,6 +185,8 @@ jobs:
|
|
|
uses: DeterminateSystems/nix-installer-action@v17
|
|
uses: DeterminateSystems/nix-installer-action@v17
|
|
|
- name: Nix Flake Check
|
|
- name: Nix Flake Check
|
|
|
run: nix build .#checks.${{ matrix.target }}.${{ matrix.checks }} -L
|
|
run: nix build .#checks.${{ matrix.target }}.${{ matrix.checks }} -L
|
|
|
|
|
+ env:
|
|
|
|
|
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
flake-build:
|
|
flake-build:
|
|
|
needs: conventional
|
|
needs: conventional
|
|
|
name: Build Nix package
|
|
name: Build Nix package
|
|
@@ -199,3 +201,5 @@ jobs:
|
|
|
uses: DeterminateSystems/nix-installer-action@v17
|
|
uses: DeterminateSystems/nix-installer-action@v17
|
|
|
- name: Nix Build
|
|
- name: Nix Build
|
|
|
run: nix build .#packages.${{ matrix.target }}.default -L
|
|
run: nix build .#packages.${{ matrix.target }}.default -L
|
|
|
|
|
+ env:
|
|
|
|
|
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|