diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d7a6651..9aa83d0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -19,12 +19,12 @@ jobs: steps: - name: Sync Repositories - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} script: | const { data } = await github.rest.search.code({ - q: 'org:beam-community path:.github/workflows/common-config.yaml', + q: 'Common Config org:beam-community path:.github/workflows/', per_page: 100, })