Skip to content

Commit

Permalink
Fix publish permissions for chart (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored May 1, 2024
1 parent 77b9043 commit 8836c2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on: [push, pull_request]
jobs:
build-distribution:
runs-on: "ubuntu-latest"
permissions:
id-token: write
permissions: write-all

steps:
- name: Checkout source
Expand Down

0 comments on commit 8836c2b

Please sign in to comment.