Skip to content

Commit

Permalink
chore : token 키 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
java-saeng authored Aug 2, 2023
1 parent 0419a72 commit b15723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: 선택된 브랜치로 checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.ACTION_TOKEN }}
token: ${{ secrets.SUBMODULE_TOKEN }}
submodules: true

- name: JDK 11로 설정
Expand Down

0 comments on commit b15723f

Please sign in to comment.