diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index a9efec66e34..cfde5c7f267 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -9,6 +9,7 @@ jobs: uses: actions/checkout@v2 with: ref: develop + fetch-depth: 0 persist-credentials: false - name: Push to Gitlab run: cp --preserve .github/mirror.sh /tmp && /tmp/mirror.sh