Add username to remote origin
This commit is contained in:
parent
c7b8f8c2d5
commit
89e4c2c7a9
2
.github/workflows/jan-plugins.yml
vendored
2
.github/workflows/jan-plugins.yml
vendored
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user