From d6e0e9e5cf31ca709282ba388ebcf7ac97a2eef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Tue, 9 Nov 2021 14:15:16 +0100 Subject: [PATCH] fix(CI/Labeller): correct config key name --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7c61dabd7..3058d5135 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,6 +7,6 @@ jobs: steps: - uses: actions/labeler@main with: - github_token: ${{ secrets.AC_GITHUB_TOKEN }} + repo-token: ${{ secrets.AC_GITHUB_TOKEN }} configuration-path: .github/labeler.yml sync-labels: true