From fe119839aee01ca779243b74222e35c4177d2ac7 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Tue, 9 Jun 2026 12:23:28 +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 9980d5f..ae44f82 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-portal-common (master) @@ -32,7 +32,7 @@ jobs: run: | rm -rf elink-portal-common git clone --depth=1 --branch master \ - http://oauth2:${{ secrets.GITEA_TOKEN }}@172.30.1.50:3000/djb-eapim/elink-portal-common.git \ + http://oauth2:${{ secrets.CI_TOKEN }}@172.30.1.50:3000/djb-eapim/elink-portal-common.git \ elink-portal-common - name: Verify toolchain