diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c046b09..8b61d02 100755 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: https://data.forgejo.org/actions/checkout@v4 with: - repository: g_it/site # Explicit: owner/repo format + repository: https://gugulet.hu/technical/git/g_it/site # Explicit: owner/repo format token: ${{ secrets.GITHUB_TOKEN }} # Or FORGEJO_TOKEN persist-credentials: false # Prevent credential leakage