Skip to content

Commit 0fcf921

Browse files
committed
Add permissions section for OIDC in release workflow
1 parent 7c6ae12 commit 0fcf921

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ on:
1717
tags:
1818
- 'v*.*.*'
1919

20+
permissions:
21+
id-token: write # Required for OIDC
22+
contents: read
23+
2024
jobs:
2125
validate:
2226
name: Validate Build

0 commit comments

Comments
 (0)