From a2a379ec4fd2d3f3c5eb4c98ff0795a73aa7d1c2 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Tue, 9 Jun 2026 12:23:09 +0900 Subject: [PATCH] =?UTF-8?q?ci=20-=20secret=20=EC=9D=B4=EB=A6=84=EC=9D=84?= =?UTF-8?q?=20CI=5FTOKEN=20=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - gitea 가 GITEA_ 접두어를 예약어로 차단 --- .gitea/workflows/eapim-portal-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/eapim-portal-ci.yml b/.gitea/workflows/eapim-portal-ci.yml index 4fe861e..f283d95 100644 --- a/.gitea/workflows/eapim-portal-ci.yml +++ b/.gitea/workflows/eapim-portal-ci.yml @@ -24,7 +24,7 @@ jobs: run: | rm -rf eapim-portal git clone --depth=1 --branch master \ - http://oauth2:${{ secrets.GITEA_TOKEN }}@172.30.1.50:3000/djb-eapim/eapim-portal.git \ + http://oauth2:${{ secrets.CI_TOKEN }}@172.30.1.50:3000/djb-eapim/eapim-portal.git \ eapim-portal - name: Checkout elink-online-core-jpa (master) @@ -33,7 +33,7 @@ jobs: mkdir -p eapim-online rm -rf eapim-online/elink-online-core-jpa git clone --depth=1 --branch master \ - http://oauth2:${{ secrets.GITEA_TOKEN }}@172.30.1.50:3000/djb-eapim/elink-online-core-jpa.git \ + http://oauth2:${{ secrets.CI_TOKEN }}@172.30.1.50:3000/djb-eapim/elink-online-core-jpa.git \ eapim-online/elink-online-core-jpa - name: Verify toolchain