Skip to content

Commit

Permalink
fix: .env 의존성 버그 수정 7차 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
i3kae authored Nov 12, 2024
1 parent 762fe4a commit b3f8db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: |
touch ../.env
echo "GITHUB_REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ../.env
- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit b3f8db1

Please sign in to comment.