Skip to content

Commit be69c44

Browse files
committed
Add missing permission for Trusted Publishing
1 parent c68faaf commit be69c44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
build:
1717
name: ${{ matrix.platform.name }} ${{ matrix.dotnet.name }}
1818
runs-on: ${{ matrix.platform.os }}
19+
permissions:
20+
id-token: write
1921

2022
strategy:
2123
fail-fast: false

0 commit comments

Comments
 (0)