Skip to content

Commit c9f98de

Browse files
committed
add build provenance required permissions
1 parent 1f2145f commit c9f98de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ on:
2020
- DebugNoReflectionPublish
2121
default: ReleaseNoReflectionPublish-O1
2222

23+
permissions:
24+
id-token: write
25+
contents: read
26+
2327
jobs:
2428
build:
2529
runs-on: windows-latest

0 commit comments

Comments
 (0)