Skip to content

Commit d1c4a1c

Browse files
authored
Merge pull request #218 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents 13061f8 + d9e0f83 commit d1c4a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
needs: [update-packagejson, build-dotnet]
5252
permissions:
5353
contents: write
54+
id-token: write # required for NuGet Trusted Publish
5455
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
5556
with:
5657
commit-id: ${{ needs.update-packagejson.outputs.sha }}

0 commit comments

Comments
 (0)