From 97858dfe359ceba29beaae1ded012732e15a4ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMatin-deriv=E2=80=9D?= Date: Wed, 3 Apr 2024 10:36:35 +0800 Subject: [PATCH] chore: test ci --- .github/workflows/test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1bd957b..46ebb2b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,10 +7,8 @@ jobs: test: runs-on: ubuntu-latest permissions: - # Required to checkout the code contents: read - # Required to put a comment into the pull-request - pull-request: write + pull-requests: write steps: - name: Checkout