Skip to content

Commit 4fb1d2d

Browse files
authored
Merge pull request #20 from Cysharp/ci/nuget_release
ci: add id-token: write for NuGet Trusted Publish
2 parents bbc5f1c + 6b05020 commit 4fb1d2d

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

0 commit comments

Comments
 (0)