gitea updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user