From 4ce10b7056c03ffa50864cb82ebf7069a0a1bed6 Mon Sep 17 00:00:00 2001 From: g_it Date: Tue, 7 Apr 2026 17:01:02 +0200 Subject: [PATCH] . --- .github/workflows/lint.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index daeb8e6..c046b09 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,16 +11,14 @@ jobs: steps: - uses: https://data.forgejo.org/actions/checkout@v4 with: - persist-credentials: false + repository: g_it/site # Explicit: owner/repo format + token: ${{ secrets.GITHUB_TOKEN }} # Or FORGEJO_TOKEN + persist-credentials: false # Prevent credential leakage - name: Install Vale run: | wget -qO- https://github.com/errata-ai/vale/releases/latest/download/vale_Linux_x86_64.tar.gz | tar -xz -C /tmp sudo mv /tmp/vale /usr/local/bin/ - vale --version - name: Run Vale run: vale --fail . - env: - # Optional: configure Vale behavior - VALE_MIN_ALERT_LEVEL: suggestion