From 815b1e40e5dae753d78d30f246b81182ff2433d3 Mon Sep 17 00:00:00 2001 From: krypek Date: Thu, 8 Feb 2024 12:23:19 +0100 Subject: [PATCH] Fix the previous fix --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c68469e..41e21d61 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,9 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: @@ -18,3 +15,5 @@ jobs: run: npm ci - working-directory: build/ run: npm test + with: + repo-token: ${{ secrets.GITHUB_TOKEN }}