gitea updates
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 1s

This commit is contained in:
2026-02-07 14:49:27 -07:00
parent cbd2f12189
commit 3ce79c4d5b
2 changed files with 4 additions and 2 deletions

View File

@@ -1,10 +1,9 @@
name: Update Repository
on:
workflow_call:
jobs:
update-repo-folder:
runs-on: home-server
runs-on: [self-hosted]
steps:
- name: checkout repo
working-directory: /home/gitea-runner

View File

@@ -7,6 +7,9 @@
url = "https://git.alexmickelson.guru";
tokenFile = "/data/runner/gitea-infrastructure-token.txt";
labels = [
"self-hosted"
"home-server"
"self-hosted:host"
"home-server:host"
"native:host"
];