From fabee4209c400deba21836316f6c95edb0c1a6c4 Mon Sep 17 00:00:00 2001 From: Anatoly Bolshakov Date: Mon, 31 May 2021 12:46:28 +0300 Subject: [PATCH] Fixed token (#767) --- .github/workflows/autoAssignABTT.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autoAssignABTT.yml b/.github/workflows/autoAssignABTT.yml index b781039f7..60c2e04d4 100644 --- a/.github/workflows/autoAssignABTT.yml +++ b/.github/workflows/autoAssignABTT.yml @@ -14,8 +14,9 @@ jobs: - name: "Add triage and area labels" uses: actions-ecosystem/action-add-labels@v1 with: + github_token: ${{ secrets.GITHUB_TOKEN }} labels: | - "Area: TaskLib" + Area: TaskLib triage - name: "Assign newly opened issues to project board" uses: srggrs/assign-one-project-github-action@1.2.0