Skip to content

Commit

Permalink
fix: .env 의존성 버그 수정 2차 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
i3kae authored Nov 12, 2024
1 parent df7f16e commit eb032f9
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,12 +21,12 @@ jobs:
workspace: [frontend, backend]

steps:
- name: .env setting
run: echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ./backend/.env

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

- name: .env setting
run: echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ./backend/.env

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit eb032f9

Please sign in to comment.