Skip to content

Commit c024aa3

Browse files
committed
ci(publish): add permissions for OIDC and content access
1 parent 65bded6 commit c024aa3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

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

6+
permissions:
7+
id-token: write # Required for OIDC
8+
contents: read
9+
610
jobs:
711
build:
812
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)