Skip to content

Commit

Permalink
fix: �Github Actions에서 CD 스크립트에서 오류가 나는 문제 해결 (#22)
Browse files Browse the repository at this point in the history
* ci: 서브모듈을 위한 토큰 정보 수정

* ci: 서브모듈 위치 변경
  • Loading branch information
JJ503 authored Dec 13, 2023
1 parent 55fb24a commit c0cf1a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: checkout branch
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.SUBMODULE_TOKEN }}
submodules: true

- name: set up JDK 17
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "blooming-backend-submodule"]
path = blooming-backend-submodule
[submodule "src/main/resources/blooming-backend-submodule"]
path = src/main/resources/blooming-backend-submodule
url = https://github.com/Goal-Tracker/blooming-backend-submodule
1 change: 0 additions & 1 deletion blooming-backend-submodule
Submodule blooming-backend-submodule deleted from 9469f2
1 change: 1 addition & 0 deletions src/main/resources/blooming-backend-submodule

0 comments on commit c0cf1a5

Please sign in to comment.