From e39a00878a0f5fb3b0fb850c2ad31339045b2956 Mon Sep 17 00:00:00 2001 From: bflykky Date: Tue, 30 Jul 2024 19:05:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20secretes=20=EC=98=A4=ED=83=80=20secrets?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd-dev.yml b/.github/workflows/cicd-dev.yml index 150419c..df36813 100644 --- a/.github/workflows/cicd-dev.yml +++ b/.github/workflows/cicd-dev.yml @@ -38,8 +38,8 @@ jobs: - name: Docker Hub login uses: docker/login-action@v3 with: - username: ${{ secretes.DOCKERHUB_USERNAME }} - password: ${{ secretes.DOCKERHUB_TOKEN_READ_WRITE }} + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN_READ_WRITE }} # docker hub에 image push - name: docker image push