Skip to content

Commit ecb5a02

Browse files
authored
Merge pull request #68 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents 5545763 + 0db421f commit ecb5a02

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
@@ -39,9 +39,10 @@ jobs:
3939
needs: [build-dotnet]
4040
permissions:
4141
contents: write
42+
id-token: write # required for NuGet Trusted Publish
4243
uses: Cysharp/Actions/.github/workflows/create-release.yaml@main
4344
with:
44-
commit-id: ''
45+
commit-id: ""
4546
dry-run: ${{ inputs.dry-run }}
4647
tag: ${{ inputs.tag }}
4748
nuget-push: true

0 commit comments

Comments
 (0)