From 30bec5d5c4902668e5822a11305cfa21203fe7c1 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:03:54 +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 258242d..94d8d7e 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -101,6 +101,7 @@ jobs: needs: [update-packagejson, build-dotnet, build-unity] permissions: contents: write + id-token: write # required for NuGet Trusted Publish uses: Cysharp/Actions/.github/workflows/create-release.yaml@main with: commit-id: ${{ needs.update-packagejson.outputs.sha }}