Add username to remote origin

This commit is contained in:
Service Account 2023-10-23 15:51:26 +07:00
parent c7b8f8c2d5
commit 89e4c2c7a9

View File

@ -90,7 +90,7 @@ jobs:
if: github.event_name == 'push' && github.event.pull_request.head.repo.full_name != github.repository
run: |
rm -rf /tmp/plugin-catalog
git clone https://github.com/janhq/plugin-catalog.git /tmp/plugin-catalog
git clone https://${{ secrets.SERVICE_ACCOUNT_USERNAME }}@github.com/janhq/plugin-catalog.git /tmp/plugin-catalog
for dir in $(cat /tmp/change_dir.txt)
do
echo "$dir"