From 3426f0ca6fb896d077136705f6545247e0d16a2c Mon Sep 17 00:00:00 2001 From: Kieron Lanning Date: Tue, 1 Sep 2026 23:11:44 +0100 Subject: [PATCH] build: trying to fix the pipeline --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 941c2a74..7b50fce6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,4 +49,5 @@ jobs: Release__Mode: NuGet Build__RunPack: true NuGet__ApiKey: ${{ secrets.NUGET__APIKEY }} + GITHUB_TOKEN: ${{ github.token }} run: dotnet run --project build/PipelineCLI/PipelineCLI.csproj --configuration Release