From a88d7a83ee00c711b733109cbecf7ba2234b74d4 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Fri, 3 May 2024 18:26:51 +0200 Subject: [PATCH] try write-all permission --- .github/workflows/check_ts.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_ts.yml b/.github/workflows/check_ts.yml index b9a5e18f..472c127e 100644 --- a/.github/workflows/check_ts.yml +++ b/.github/workflows/check_ts.yml @@ -1,14 +1,12 @@ name: check-ts on: pull_request: +permissions: write-all + jobs: ts: runs-on: ubuntu-latest - permissions: - contents: write - pull-requests: write - repository-projects: write steps: - uses: actions/checkout@v3 - name: Get diff lines