Skip to content

Commit 77b9043

Browse files
Fix publish permissions (#891)
1 parent 30c22a5 commit 77b9043

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: [push, pull_request]
55
jobs:
66
build-distribution:
77
runs-on: "ubuntu-latest"
8+
permissions:
9+
id-token: write
810

911
steps:
1012
- name: Checkout source

0 commit comments

Comments
 (0)