[action] change shields repo url
authorYelin Jeong <yelini.jeong@samsung.com>
Fri, 4 Aug 2023 07:06:48 +0000 (16:06 +0900)
committer추지호/SoC Architecture팀(SR)/삼성전자 <jiho.chu@samsung.com>
Mon, 7 Aug 2023 01:43:56 +0000 (10:43 +0900)
This patch changes shields repo url.
github.com often makes timeout when clone

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
.github/workflows/daily-check.yml

index a985d318f89935e4b97a70881f339bf43f9531be..d1a73334d5e0b76164f19b428e6a3aebf71f8ed5 100644 (file)
@@ -34,9 +34,8 @@ jobs:
 
       - name: Setup shields local server to create badges
         run: |
-          git clone https://github.com/badges/shields.git
+          git clone https://${{ secrets.GIT_TOKEN }}@github.sec.samsung.net/nnsuite/shields
           cd shields
-          git checkout $(git tag | grep server | tail -n 1) # checkout the latest tag
           export NODE_TLS_REJECT_UNAUTHORIZED=0
           npm i --legacy-peer-deps
           npm run start &