Skip to content

Commit

Permalink
fix: .env 의존성 버그 수정 1차 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
i3kae authored Nov 12, 2024
1 parent 8ca4cc5 commit df7f16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: .env setting
run: echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" >> /home/runner/work/web22-LiBoo/web22-LiBoo/backend/.env
run: echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ./backend/.env

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit df7f16e

Please sign in to comment.