diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d249d7d0..dcddd58b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: steps: - name: .env setting - run: echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" >> /home/runner/work/web22-LiBoo/web22-LiBoo/backend/.env + run: echo "REGISTRY_TOKEN=${{ secrets.REGISTRY_TOKEN }}" > ./backend/.env - name: Checkout repository uses: actions/checkout@v3