Skip to content

Commit 3fc8310

Browse files
committed
ci: add id-token: write for NuGet Trusted Publish
1 parent c3d18e4 commit 3fc8310

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
@@ -48,6 +48,7 @@ jobs:
4848
needs: [update-packagejson, build-dotnet]
4949
permissions:
5050
contents: write
51+
id-token: write # required for NuGet Trusted Publish
5152
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
5253
with:
5354
commit-id: ${{ needs.update-packagejson.outputs.sha }}

0 commit comments

Comments
 (0)