diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index ba10251..16f670e 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -34,6 +34,9 @@ jobs: git config --global user.email "github-actions@github.com" git config --global user.name "GitHub Actions" + - name: Replace SSH with HTTPS + run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git + - name: Grant execute permission for Maven Wrapper run: chmod +x ./mvnw