Skip to content

Commit

Permalink
Replace SSH with HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso committed Sep 17, 2024
1 parent 9afcdb4 commit 5967ee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
git config --global user.email "[email protected]"
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

Expand Down

0 comments on commit 5967ee9

Please sign in to comment.