Bleeding edge #1

Merged
eldar merged 20 commits from bleeding-edge into main 2026-06-01 23:42:00 +02:00
Showing only changes of commit af30217c78 - Show all commits
+5 -1
View File
@@ -1,5 +1,8 @@
name: Verify configuration
env:
GITEA_TOKEN: ${{ secrets.GIT_TOKEN }}
on:
push:
branches:
@@ -10,7 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone repo
run: git clone https://$GITEA_TOKEN@your-gitea.com/user/repo.git repo
- name: Start stack
run: docker compose up -d