lan login for schemes pipeline as well

This commit is contained in:
Danilo Reyes 2025-10-29 09:57:44 -06:00
parent 15f998179d
commit cad0288d68

View File

@ -3,8 +3,8 @@ name: Build All Color Schemes
on: on:
push: push:
paths: paths:
- 'config/schemes.nix' - "config/schemes.nix"
- 'config/scheme-utils.nix' - "config/scheme-utils.nix"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -33,7 +33,7 @@ jobs:
- name: Configure Attic cache - name: Configure Attic cache
run: | run: |
# Configure attic client to use your cache server # Configure attic client to use your cache server
attic login servidos https://cache.servidos.lat ${{ secrets.ATTIC_TOKEN }} attic login servidos http://127.0.0.1:2343 ${{ secrets.ATTIC_TOKEN }}
- name: Build and push all schemes - name: Build and push all schemes
run: | run: |