ci: test token for check
This commit is contained in:
parent
c5fe176f38
commit
2abc93421c
2 changed files with 3 additions and 7 deletions
2
.github/workflows/cachix.yaml
vendored
2
.github/workflows/cachix.yaml
vendored
|
|
@ -41,8 +41,6 @@ jobs:
|
||||||
name: ooknet
|
name: ooknet
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
extraPullNames: nix-community
|
extraPullNames: nix-community
|
||||||
- name: Check Flake
|
|
||||||
run: nix flake check
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
run: nix build .#${{ matrix.package }} --print-build-logs
|
run: nix build .#${{ matrix.package }} --print-build-logs
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
|
||||||
8
.github/workflows/check.yaml
vendored
8
.github/workflows/check.yaml
vendored
|
|
@ -5,7 +5,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- outputs/pkgs/**
|
|
||||||
- .github/**
|
- .github/**
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ooknet-check-${{ github.ref }}
|
group: ooknet-check-${{ github.ref }}
|
||||||
|
|
@ -17,10 +16,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Configure git
|
with:
|
||||||
run: |
|
token: ${{ secrets.KUNZEN_TOKEN }}
|
||||||
git config --global url."https://github.com/".insteadOf "git@github.com:"
|
submodules: true
|
||||||
git config --global url."https://github.com/".insteadOf ssh://git@github.com/
|
|
||||||
- name: Setup Nix
|
- name: Setup Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- name: Magic Nix Cache
|
- name: Magic Nix Cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue