diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 5ed253b9d2..7b56eed3fe 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Sync packages - uses: LexSwed/npm-package-sync + uses: LexSwed/npm-package-sync@master with: registry-to: 'https://npm.pkg.github.com' token-to: ${{ secrets.GITHUB_TOKEN }}