From 72f49a314eb2d93fe033b751c4b44f18ac8e18a2 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Mon, 6 May 2024 23:32:53 +0100 Subject: [PATCH] Added write permission to release step --- .github/workflows/dotnet-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index f3dfb64..0957f86 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -24,6 +24,7 @@ jobs: needs: test name: Create a Package Release runs-on: ubuntu-latest + permissions: write-all steps: - uses: actions/checkout@v4 # Need the full commit history for conventional commit - name: Setup .NET