chore: temporarily use attic-action fork
This commit is contained in:
parent
c0f3218a3f
commit
e5651d437a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/nix-flake-build.yaml
vendored
2
.github/workflows/nix-flake-build.yaml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
planner: linux
|
planner: linux
|
||||||
github-token: null
|
github-token: null
|
||||||
- name: Setup Attic
|
- name: Setup Attic
|
||||||
uses: https://github.com/ryanccn/attic-action@v0
|
uses: https://github.com/nifoc/attic-action@use-cache
|
||||||
with:
|
with:
|
||||||
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
||||||
cache: ${{ secrets.ATTIC_CACHE }}
|
cache: ${{ secrets.ATTIC_CACHE }}
|
||||||
|
|
2
.github/workflows/nix-flake-check.yaml
vendored
2
.github/workflows/nix-flake-check.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
planner: linux
|
planner: linux
|
||||||
github-token: null
|
github-token: null
|
||||||
- name: Setup Attic
|
- name: Setup Attic
|
||||||
uses: https://github.com/ryanccn/attic-action@v0
|
uses: https://github.com/nifoc/attic-action@use-cache
|
||||||
with:
|
with:
|
||||||
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
|
||||||
cache: ${{ secrets.ATTIC_CACHE }}
|
cache: ${{ secrets.ATTIC_CACHE }}
|
||||||
|
|
Loading…
Reference in a new issue