From f419ab6b42f0391ba2b80e76002556760dc19d71 Mon Sep 17 00:00:00 2001 From: Jonathan Channon Date: Fri, 24 May 2024 13:20:58 +0100 Subject: [PATCH] all the permissions --- .github/workflows/dotnetcore.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index cae3b92..cd1a0ee 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -18,8 +18,7 @@ jobs: name: Github Actions Build runs-on: ubuntu-latest - permissions: - checks: write + permissions: write-all steps: - uses: actions/checkout@v1