Skip to content

Commit

Permalink
Remove strict permissions for Helm in CI (#3648)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Mar 14, 2023
1 parent 1c72249 commit 3a18927
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,6 @@ jobs:
runs-on: ubuntu-22.04
needs: helm-tests
if: ${{ github.event_name == 'push' }}
permissions:
contents: read
packages: write
steps:
- name: Checkout Repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
Expand Down

0 comments on commit 3a18927

Please sign in to comment.