Skip to content

Commit d9e0f83

Browse files
committed
ci: add id-token: write for NuGet Trusted Publish
1 parent 13061f8 commit d9e0f83

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)