Skip to content

Commit f597850

Browse files
authored
Merge pull request #219 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents c3d18e4 + 3fc8310 commit f597850

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)