Skip to content

Commit

Permalink
fix: .env 의존성 버그 수정 5차 수정
Browse files Browse the repository at this point in the history
이전 디렉토리, 현재 디렉토리 env 추가
  • Loading branch information
i3kae authored Nov 12, 2024
1 parent c8ef62d commit 3219c46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
touch .env
echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > .env
touch ../.env
echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ../.env
- name: ls test
run: ls -la
Expand Down

0 comments on commit 3219c46

Please sign in to comment.