Skip to content

Commit e10b329

Browse files
authored
Merge pull request #21 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents 921d64e + 4203547 commit e10b329

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
@@ -102,6 +102,7 @@ jobs:
102102
needs: [update-packagejson, build-dotnet, build-unity]
103103
permissions:
104104
contents: write
105+
id-token: write # required for NuGet Trusted Publish
105106
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
106107
with:
107108
commit-id: ${{ needs.update-packagejson.outputs.sha }}

0 commit comments

Comments
 (0)