Delete .gitea/workflows/main.yml
This commit is contained in:
parent
6ae035e728
commit
57658284dc
@ -1,30 +0,0 @@
|
|||||||
name: update-flake-lock
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * *' # runs weekly on Sunday at 00:00 ... 0 0 * * 0
|
|
||||||
|
|
||||||
|
|
||||||
env:
|
|
||||||
USER: "runner"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
lockfile:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Install nix
|
|
||||||
uses: DeterminateSystems/nix-installer-action@v7
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
|
||||||
extra_nix_config: |
|
|
||||||
experimental-features = nix-command flakes
|
|
||||||
- name: Update flake.lock
|
|
||||||
uses: DeterminateSystems/update-flake-lock@v20
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GT_TOKEN_FOR_UPDATES }}
|
|
||||||
pr-title: "[chore] Update flake.lock"
|
|
||||||
pr-labels: |
|
|
||||||
dependencies
|
|
||||||
automated
|
|
Loading…
x
Reference in New Issue
Block a user