Skip to content

Commit d6db216

Browse files
committed
fix: added permissions for OIDC publishing
1 parent 3862f4a commit d6db216

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
@@ -8,6 +8,10 @@ on:
88
- 'plugins/**'
99
workflow_dispatch:
1010

11+
permissions:
12+
id-token: write # Required for OIDC
13+
contents: read
14+
1115
concurrency: ${{ github.workflow }}-${{ github.ref }}
1216

1317
jobs:

0 commit comments

Comments
 (0)