Skip to content

Commit 55b8ab9

Browse files
authored
Merge pull request #195 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents f682e12 + 35c06db commit 55b8ab9

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)