Skip to content

Commit

Permalink
ci: 서브모듈을 위한 토큰 정보 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ503 authored Dec 13, 2023
1 parent 55fb24a commit 76ff00e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 76ff00e

Please sign in to comment.