Skip to content

Commit c2fd106

Browse files
authored
Merge pull request #28 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents 71ced90 + 246cae8 commit c2fd106

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
needs: [build-dotnet]
4242
permissions:
4343
contents: write
44+
id-token: write # required for NuGet Trusted Publish
4445
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
4546
with:
46-
commit-id: ''
47+
commit-id: ""
4748
tag: ${{ inputs.tag }}
4849
dry-run: ${{ inputs.dry-run }}
4950
nuget-push: true

0 commit comments

Comments
 (0)