From b1138e4938a5641cedaa2ff19544073f25c5e3fe Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:51:52 +0900 Subject: [PATCH] ci: add id-token: write for NuGet Trusted Publish --- .github/workflows/build-release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 7a8f856..63755de 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -36,6 +36,7 @@ jobs: needs: [build-dotnet] permissions: contents: write + id-token: write # required for NuGet Trusted Publish uses: Cysharp/Actions/.github/workflows/create-release.yaml@main with: commit-id: ${{ github.sha }}