diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 49efb3b..70176fb 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -8,6 +8,8 @@ jobs: - uses: adrianjost/files-sync-action@v2.0.4 with: GITHUB_TOKEN: '${{ secrets.BARANALABS_TOKEN }}' + TARGET_REPOS: | + baranasoftware/bignum:main - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."