Added wiki generator
All checks were successful
Terraform / Terraform (push) Successful in 38s

This commit is contained in:
AB from home.homenet
2025-09-16 16:17:30 +03:00
parent 3e4f5500d2
commit cfa796cc94

View File

@@ -80,10 +80,10 @@ jobs:
cd ./terraform/authentik cd ./terraform/authentik
# Set variables # Set variables
GITEA_URL="${{ secrets.GT_WIKI_URL }}" GITEA_URL="${{ secrets.GT_URL }}"
GITEA_TOKEN="${{ secrets.GT_WIKI_TOKEN }}" GITEA_TOKEN="${{ secrets.GT_WIKI_TOKEN }}"
GITEA_OWNER="${{ secrets.GT_WIKI_OWNER }}" GITEA_OWNER="${{ secrets.GT_OWNER }}"
GITEA_REPO="${{ secrets.GT_WIKI_REPO }}" GITEA_REPO="${{ secrets.GT_REPO }}"
# Check if file exists # Check if file exists
if [ ! -f "Applications.md" ]; then if [ ! -f "Applications.md" ]; then