Skip to content

Commit 4bf6632

Browse files
authored
Merge pull request #20 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents 5786cb7 + 1aff391 commit 4bf6632

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
@@ -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
dry-run: ${{ inputs.dry-run }}

0 commit comments

Comments
 (0)