Skip to content

Commit

Permalink
fix: .env 의존성 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
i3kae authored Nov 12, 2024
1 parent 83b63cd commit 8ca4cc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
workspace: [frontend, backend]

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

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

Expand Down

0 comments on commit 8ca4cc5

Please sign in to comment.