Skip to content

Commit

Permalink
fix: cd 스크립트 오타 수정 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
donghoony authored Aug 7, 2024
1 parent 9c790b6 commit 16d2967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Checkout to secret repository
uses: actions/checktout@v4
uses: actions/checkout@v4
with:
repository: ${{ secrets.PRIVATE_REPOSITORY_URL }}
token: ${{ secrets.PRIVATE_REPOSITORY_TOKEN }}
Expand Down

0 comments on commit 16d2967

Please sign in to comment.