From c89dc6be35c012ed6a8771f1c8f88ba799f9b78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Mon, 18 Dec 2023 14:50:42 +0100 Subject: [PATCH] Update check_application_document.yml Add token to labeler --- .github/workflows/check_application_document.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_application_document.yml b/.github/workflows/check_application_document.yml index 2ca19a425ed..7e2afb0f6e9 100644 --- a/.github/workflows/check_application_document.yml +++ b/.github/workflows/check_application_document.yml @@ -29,6 +29,7 @@ jobs: uses: actions-ecosystem/action-add-labels@v1 with: labels: admin-review + github_token: ${{ secrets.GITHUB_TOKEN }} - name: Checkout uses: actions/checkout@v2 - name: Parse application file