Skip to content

Commit 1b21f5c

Browse files
authored
Add id-token permission to build-release workflow
Added id-token permission for NuGet Trusted Publish.
1 parent e6b4175 commit 1b21f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
needs: [update-packagejson]
4848
permissions:
4949
contents: write
50+
id-token: write # required for NuGet Trusted Publish
5051
uses: Cysharp/Actions/.github/workflows/clean-packagejson-branch.yaml@main
5152
with:
5253
branch: ${{ needs.update-packagejson.outputs.branch-name }}

0 commit comments

Comments
 (0)