ci - secret 이름을 CI_TOKEN 으로 변경
- gitea 가 GITEA_ 접두어를 예약어로 차단
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rm -rf elink-portal-common
|
rm -rf elink-portal-common
|
||||||
git clone --depth=1 --branch master \
|
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
|
elink-portal-common
|
||||||
|
|
||||||
- name: Checkout elink-online-core-jpa (master)
|
- name: Checkout elink-online-core-jpa (master)
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
mkdir -p eapim-online
|
mkdir -p eapim-online
|
||||||
rm -rf eapim-online/elink-online-core-jpa
|
rm -rf eapim-online/elink-online-core-jpa
|
||||||
git clone --depth=1 --branch master \
|
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
|
eapim-online/elink-online-core-jpa
|
||||||
|
|
||||||
- name: Verify toolchain
|
- name: Verify toolchain
|
||||||
|
|||||||
Reference in New Issue
Block a user