Skip to content

Commit ad08aef

Browse files
Add missing permissions (#391)
Fix publishing process.
1 parent b2e2108 commit ad08aef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
group: ${{ github.workflow }}
2525
cancel-in-progress: false
2626

27+
permissions:
28+
contents: read
29+
id-token: write
30+
2731
steps:
2832

2933
- name: Get GitHub token

0 commit comments

Comments
 (0)