diff --git a/.gitea/workflows/sonarqube.yml b/.gitea/workflows/sonarqube.yml index 28c794a..4f536a1 100644 --- a/.gitea/workflows/sonarqube.yml +++ b/.gitea/workflows/sonarqube.yml @@ -15,8 +15,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - fetch-depth: 0 # Full history for better analysis - + fetch-depth: 0 + # Docker 네트워크 내에서 접근 + repository: ${{ gitea.repository }} + token: ${{ gitea.token }} - name: Test SonarQube connection run: | echo "Testing connection to SonarQube..."