Skip to content

Commit 35c06db

Browse files
committed
ci: add id-token: write for NuGet Trusted Publish
1 parent f682e12 commit 35c06db

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
@@ -36,6 +36,7 @@ jobs:
3636
needs: [build-dotnet]
3737
permissions:
3838
contents: write
39+
id-token: write # required for NuGet Trusted Publish
3940
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
4041
with:
4142
commit-id: ${{ github.sha }}

0 commit comments

Comments
 (0)