Skip to content

Commit 6e7d435

Browse files
authored
Update publish.yml with permissions for OIDC
1 parent 9365486 commit 6e7d435

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Publish
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
id-token: write # Required for OIDC
8+
contents: read
9+
610
jobs:
711
release:
812
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)