From 2ec1282d1b2c07f390a7a30a747b744443ca603d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=A8=D0=B5?= =?UTF-8?q?=D0=BF=D0=B5=D0=BB=D0=B5=D0=B2?= Date: Thu, 31 Oct 2024 19:02:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20GitHub=20=D1=82=D0=BE=D0=BA=D0=B5=D0=BD=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B8=D0=B7=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D0=B8=20=D0=B7=D0=B0=D0=BF=D1=80=D0=BE=D1=81=D0=B0=20?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D1=80=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20label=20=D0=B2=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/on_new_issue.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on_new_issue.yml b/.github/workflows/on_new_issue.yml index 15cc6c2..cfe971b 100644 --- a/.github/workflows/on_new_issue.yml +++ b/.github/workflows/on_new_issue.yml @@ -17,6 +17,7 @@ jobs: - name: Add "inbox" label to the issue uses: actions-ecosystem/action-add-labels@v1 with: + github_token: ${{ secrets.GITHUB_TOKEN }} labels: | inbox new