Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou authored Feb 13, 2025
1 parent febf0f3 commit 170a15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
server-password: ${{ secrets.GITHUB_TOKEN }}
overwrite-settings: true

- name: Clone Rrivate Repository
- name: Clone Private Repository
run: |
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Central-MakeUs/goolbitg-credentials.git
GIT_TRACE=1 GIT_CURL_VERBOSE=1 git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/Central-MakeUs/goolbitg-credentials.git
mv goolbitg-credentials/* src/main/resources
- name: Build JAR
Expand Down

0 comments on commit 170a15d

Please sign in to comment.