From 3865cedb4930a10922f89407e46e61ffa07c7b36 Mon Sep 17 00:00:00 2001 From: staffadmin Date: Mon, 20 Nov 2023 15:25:04 +0100 Subject: [PATCH] test --- .gitea/workflows/build_image_wafwoof.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build_image_wafwoof.yml b/.gitea/workflows/build_image_wafwoof.yml index 2c245a7..dbeb194 100644 --- a/.gitea/workflows/build_image_wafwoof.yml +++ b/.gitea/workflows/build_image_wafwoof.yml @@ -28,9 +28,9 @@ jobs: - name: Git clone private repository uses: actions/checkout@v4 with: - repository: EnableSecurity/wafw00f - github-server-url: https://github.com - #token: ${{ secrets.REPO_PULL_GITEA }} + repository: staffadmin/wafw00f + # github-server-url: https://github.com + token: ${{ secrets.REPO_PULL_GITEA }} - name: Login to docker private registry uses: docker/login-action@v3