Skip to content

Commit

Permalink
chore: Secret key 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce committed Jan 23, 2024
1 parent 256e78a commit 95ffec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
token: ${{ secrets.SUBMODULE_SCOPED_TOKEN }}
token: ${{ secrets.SUBMODULE_TOKEN }}
submodules: true

- name: Setup JDK 17
Expand Down

0 comments on commit 95ffec1

Please sign in to comment.