From 7df005d732a124c2039de3f31c25528750d33d8c Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Thu, 25 Jul 2024 18:02:17 +0100 Subject: [PATCH] Fix cachix auth --- .github/actions/common-setup/action.yaml | 2 +- .github/workflows/build.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/common-setup/action.yaml b/.github/actions/common-setup/action.yaml index 2d2f577..75ee131 100644 --- a/.github/actions/common-setup/action.yaml +++ b/.github/actions/common-setup/action.yaml @@ -1,7 +1,7 @@ name: Common setup description: Common setup steps for jobs that use Nix inputs: - cachix-token: + cachix_token: description: 'The Cachix token to use for caching' required: true maximise-build-space: diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8726cf2..8b00308 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/common-setup with: - cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }} + cachix_token: ${{ secrets.CACHIX_AUTH_TOKEN }} maximise-build-space: false - name: Check formatting @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/common-setup with: - cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }} + cachix_token: ${{ secrets.CACHIX_AUTH_TOKEN }} # Lair Keystore - name: Build Lair Keystore for x86_64-unknown-linux-gnu @@ -151,7 +151,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/common-setup with: - cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }} + cachix_token: ${{ secrets.CACHIX_AUTH_TOKEN }} - name: Build Lair Keystore for aarch64-apple-darwin run: | @@ -200,7 +200,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/common-setup with: - cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }} + cachix_token: ${{ secrets.CACHIX_AUTH_TOKEN }} - name: Build Lair Keystore for x86_64-apple-darwin run: | @@ -249,7 +249,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/common-setup with: - cachix-token: ${{ secrets.CACHIX_AUTH_TOKEN }} + cachix_token: ${{ secrets.CACHIX_AUTH_TOKEN }} - name: Bundle Lair Keystore run: |