diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index 60d1c01462a..b7724cca34a 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -31,7 +31,7 @@ jobs: run: echo "::set-output name=latest_tag::$(git describe --tags $(git rev-list --tags --max-count=1))" - name: Add original repository as remote - run: git remote add upstream https://github.com/ionic-team/stencil.git + run: git remote add upstream git@github.com:ionic-team/stencil.git - name: Fetch original repository tags run: git fetch upstream --tags