Skip to content

Commit

Permalink
chore: 서브모듈 접근 권한 토큰 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobby-Kim authored Jan 20, 2025
1 parent b603f89 commit da75ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd_dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.PRIVATE_REPOSITORY_TOKEN }}
token: ${{ secrets.SUBMODULE_PAT }}
submodules: true

- name: Set timezone to Korea
Expand Down

0 comments on commit da75ffa

Please sign in to comment.