Skip to content

Commit 8836c2b

Browse files
Fix publish permissions for chart (#893)
1 parent 77b9043 commit 8836c2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build-distribution:
77
runs-on: "ubuntu-latest"
8-
permissions:
9-
id-token: write
8+
permissions: write-all
109

1110
steps:
1211
- name: Checkout source

0 commit comments

Comments
 (0)