From a23c77bfa9610d5bbff5dd02a58c4fc391409152 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Mon, 25 Nov 2019 11:54:23 +0300 Subject: [PATCH] Update labeler.yml --- .github/workflows/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3f1b8ad3a1..e8ec2b19db 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,3 +9,5 @@ jobs: runs-on: ubuntu-18.04 steps: - uses: actions/labeler@v2 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"