ci: use forgejo workflows

This commit is contained in:
Naxdy 2024-09-01 10:30:33 +02:00
parent 5619ef4781
commit 05a853fdf0
Signed by: Naxdy
GPG key ID: CC15075846BCE91B
3 changed files with 2 additions and 9 deletions

View file

@ -33,8 +33,8 @@ jobs:
- name: Setup Attic Cache
uses: ./
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
endpoint: ${{ vars.ATTIC_ENDPOINT }}
cache: ${{ vars.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- name: Build Nix Package

View file

@ -1,7 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"