|
7 | 7 | runs-on: ubuntu-latest
|
8 | 8 | steps:
|
9 | 9 | - uses: actions/checkout@v4
|
| 10 | + - uses: boinkor-net/ci-baseline-nix/actions/setup@main |
| 11 | + with: |
| 12 | + tailnet_client_id: ${{ secrets.TAILSCALE_CI_CLIENT_ID }} |
| 13 | + tailnet_client_secret: ${{ secrets.TAILSCALE_CI_CLIENT_SECRET }} |
| 14 | + attic_cache: "boinkornet-github-ci" |
| 15 | + attic_endpoint: ${{ secrets.ATTIC_ENDPOINT }} |
| 16 | + attic_token: ${{ secrets.ATTIC_TOKEN }} |
| 17 | + root: "." |
10 | 18 | - uses: boinkor-net/ci-baseline-nix/actions/fmt@main
|
11 | 19 | with:
|
12 | 20 | root: "."
|
| 21 | + skip_nix_setup: true |
13 | 22 |
|
14 | 23 | nix_flake_safety:
|
15 | 24 | runs-on: ubuntu-latest
|
16 | 25 | steps:
|
17 | 26 | - uses: actions/checkout@v4
|
| 27 | + - uses: boinkor-net/ci-baseline-nix/actions/setup@main |
| 28 | + with: |
| 29 | + tailnet_client_id: ${{ secrets.TAILSCALE_CI_CLIENT_ID }} |
| 30 | + tailnet_client_secret: ${{ secrets.TAILSCALE_CI_CLIENT_SECRET }} |
| 31 | + attic_cache: "boinkornet-github-ci" |
| 32 | + attic_endpoint: ${{ secrets.ATTIC_ENDPOINT }} |
| 33 | + attic_token: ${{ secrets.ATTIC_TOKEN }} |
| 34 | + root: "." |
18 | 35 | - uses: boinkor-net/ci-baseline-nix/actions/flake_safety@main
|
19 | 36 | with:
|
20 | 37 | root: "."
|
| 38 | + skip_nix_setup: true |
21 | 39 |
|
22 | 40 | nix_test:
|
23 | 41 | runs-on: ubuntu-latest
|
24 | 42 | steps:
|
25 | 43 | - uses: actions/checkout@v4
|
| 44 | + - uses: boinkor-net/ci-baseline-nix/actions/setup@main |
| 45 | + with: |
| 46 | + tailnet_client_id: ${{ secrets.TAILSCALE_CI_CLIENT_ID }} |
| 47 | + tailnet_client_secret: ${{ secrets.TAILSCALE_CI_CLIENT_SECRET }} |
| 48 | + attic_cache: "boinkornet-github-ci" |
| 49 | + attic_endpoint: ${{ secrets.ATTIC_ENDPOINT }} |
| 50 | + attic_token: ${{ secrets.ATTIC_TOKEN }} |
| 51 | + root: "." |
26 | 52 | - uses: boinkor-net/ci-baseline-nix/actions/test@main
|
27 | 53 | with:
|
28 | 54 | root: "."
|
| 55 | + skip_nix_setup: true |
29 | 56 |
|
30 | 57 | build:
|
31 | 58 | strategy:
|
|
34 | 61 | runs-on: ubuntu-latest
|
35 | 62 | steps:
|
36 | 63 | - uses: actions/checkout@v4
|
| 64 | + - uses: boinkor-net/ci-baseline-nix/actions/setup@main |
| 65 | + with: |
| 66 | + tailnet_client_id: ${{ secrets.TAILSCALE_CI_CLIENT_ID }} |
| 67 | + tailnet_client_secret: ${{ secrets.TAILSCALE_CI_CLIENT_SECRET }} |
| 68 | + attic_cache: "boinkornet-github-ci" |
| 69 | + attic_endpoint: ${{ secrets.ATTIC_ENDPOINT }} |
| 70 | + attic_token: ${{ secrets.ATTIC_TOKEN }} |
| 71 | + root: "." |
37 | 72 | - uses: boinkor-net/ci-baseline-nix/actions/build@main
|
38 | 73 | with:
|
39 | 74 | root: "."
|
40 | 75 | installable: ${{matrix.derivation}}
|
| 76 | + skip_nix_setup: true |
41 | 77 |
|
0 commit comments