diff --git a/templates/zome/web-app/.github/workflows/build-and-cache-zomes.yaml.hbs b/templates/zome/web-app/.github/workflows/build-and-cache-zomes.yaml.hbs index 0e52ae7..364f29b 100644 --- a/templates/zome/web-app/.github/workflows/build-and-cache-zomes.yaml.hbs +++ b/templates/zome/web-app/.github/workflows/build-and-cache-zomes.yaml.hbs @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@v27 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} nix_path: nixpkgs=channel:nixos-24.05 diff --git a/templates/zome/web-app/.github/workflows/publish-docs.yml.hbs b/templates/zome/web-app/.github/workflows/publish-docs.yml.hbs index 2ba3122..dd04aa9 100644 --- a/templates/zome/web-app/.github/workflows/publish-docs.yml.hbs +++ b/templates/zome/web-app/.github/workflows/publish-docs.yml.hbs @@ -12,7 +12,7 @@ jobs: - name: Checkout 🛎️ uses: actions/checkout@v3 - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@v27 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} nix_path: nixpkgs=channel:nixos-24.05 diff --git a/templates/zome/web-app/.github/workflows/test.yaml.hbs b/templates/zome/web-app/.github/workflows/test.yaml.hbs index 200eefd..742fd15 100644 --- a/templates/zome/web-app/.github/workflows/test.yaml.hbs +++ b/templates/zome/web-app/.github/workflows/test.yaml.hbs @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@v27 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} nix_path: nixpkgs=channel:nixos-24.05 diff --git a/templates/zome/web-app/.github/workflows/update-flake-inputs.yaml.hbs b/templates/zome/web-app/.github/workflows/update-flake-inputs.yaml.hbs index 2094283..85c593d 100644 --- a/templates/zome/web-app/.github/workflows/update-flake-inputs.yaml.hbs +++ b/templates/zome/web-app/.github/workflows/update-flake-inputs.yaml.hbs @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@v27 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} nix_path: nixpkgs=channel:nixos-24.05