From 2ca5347331f7a0bf92671bb0e1706832ee7d69a9 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Thu, 23 Oct 2025 01:47:40 +0700 Subject: fix: remove quotes in ci where needed --- .github/workflows/build-and-deploy-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build-and-deploy-prod.yml') diff --git a/.github/workflows/build-and-deploy-prod.yml b/.github/workflows/build-and-deploy-prod.yml index 2654c11..d57e872 100644 --- a/.github/workflows/build-and-deploy-prod.yml +++ b/.github/workflows/build-and-deploy-prod.yml @@ -28,7 +28,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: "${{ secrets.GHCR_TOKEN }}" + password: ${{ secrets.GHCR_TOKEN }} - name: Build and push uses: docker/build-push-action@v6 with: @@ -53,7 +53,7 @@ jobs: run: | mkdir -p ~/.ssh (cat < ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 -- cgit v1.3.1+13