From 9c5e34745ac934f85e7c338f9dafd732a130a1b0 Mon Sep 17 00:00:00 2001 From: Xinwei Xiong <86140903+cubxxw@users.noreply.github.com> Date: Sun, 25 Jun 2023 19:36:46 +0800 Subject: [PATCH] Update sync_labels.yml Signed-off-by: Xinwei Xiong <86140903+cubxxw@users.noreply.github.com> --- .github/workflows/sync_labels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync_labels.yml b/.github/workflows/sync_labels.yml index 037a696..7668e64 100644 --- a/.github/workflows/sync_labels.yml +++ b/.github/workflows/sync_labels.yml @@ -23,5 +23,8 @@ jobs: with: manifest: .github/sync_labeler.yml token: ${{ secrets.BOT_GITHUB_TOKEN }} + repository: | + kubecub/github-label-syncer + kubecub/kubecub env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}