From 4b6460416fe6ec9641676a40120b3e91142007d4 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Wed, 20 Dec 2023 18:28:41 -0800 Subject: [PATCH] Update sync.yml --- .github/workflows/sync.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 }}