diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 26e5cba..4ef9bd8 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -35,11 +35,13 @@ jobs: token: ${{ secrets.NGINX_PAT }} prune: true - sync-repo: + sync-repos: runs-on: ubuntu-22.04 permissions: contents: write steps: - - run: gh repo sync nginx-bot/certified-operators + - run: | + gh repo sync nginx-bot/certified-operators + gh repo sync nginxinc/winget-pkgs env: GITHUB_TOKEN: ${{ secrets.NGINX_PAT }}