Skip to content

Commit 59f48c2

Browse files
authored
Merge pull request #424 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents 8997e81 + e956744 commit 59f48c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
needs: [update-packagejson, build-dotnet, build-unity]
105105
permissions:
106106
contents: write
107+
id-token: write # required for NuGet Trusted Publish
107108
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
108109
with:
109110
dry-run: ${{ inputs.dry-run }}

0 commit comments

Comments
 (0)