diff --git a/.forgejo/workflows/exploit-db-pull-and-sync.yaml b/.forgejo/workflows/exploit-db-pull-and-sync.yaml index 7b0ba40b0..7a3ac7671 100644 --- a/.forgejo/workflows/exploit-db-pull-and-sync.yaml +++ b/.forgejo/workflows/exploit-db-pull-and-sync.yaml @@ -20,7 +20,7 @@ jobs: - name: Mirror ExploitDB Repository run: | - git remote add exploitdb https://github.com/offensive-security/exploitdb.git + git remote add exploitdb https://gitlab.com/exploit-database/exploitdb.git git fetch exploitdb main git merge exploitdb/main git push origin main