Skip to content

Commit 3a18927

Browse files
authored
Remove strict permissions for Helm in CI (#3648)
1 parent 1c72249 commit 3a18927

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,6 @@ jobs:
342342
runs-on: ubuntu-22.04
343343
needs: helm-tests
344344
if: ${{ github.event_name == 'push' }}
345-
permissions:
346-
contents: read
347-
packages: write
348345
steps:
349346
- name: Checkout Repository
350347
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

0 commit comments

Comments
 (0)