Skip to content

Commit

Permalink
fix: .env 의존성 버그 수정 3차 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
i3kae authored Nov 12, 2024
1 parent eb032f9 commit e252260
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 @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

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

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

0 comments on commit e252260

Please sign in to comment.