Skip to content

Commit 35b34e7

Browse files
Fix publish workflow
1 parent 632dd89 commit 35b34e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
name: Publish
1212
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1313
timeout-minutes: 10
14+
permissions:
15+
id-token: write
16+
contents: read
1417

1518
steps:
1619
- name: Check out repo

0 commit comments

Comments
 (0)