ci: enable FlakeHub Cache (id-token: write + use-flakehub)
This commit is contained in:
@@ -11,6 +11,7 @@ concurrency:
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VPS_HOST: ${{ secrets.VPS_HOST }}
|
VPS_HOST: ${{ secrets.VPS_HOST }}
|
||||||
@@ -56,6 +57,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache Nix
|
- name: Cache Nix
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@v14
|
uses: DeterminateSystems/magic-nix-cache-action@v14
|
||||||
|
with:
|
||||||
|
use-flakehub: true
|
||||||
|
|
||||||
- name: Build teleuploader
|
- name: Build teleuploader
|
||||||
id: build
|
id: build
|
||||||
|
|||||||
Reference in New Issue
Block a user