Skip to content

Commit

Permalink
Adding permissions (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners authored Aug 2, 2023
2 parents 548ee51 + e6e2934 commit 4f4f738
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/helm-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- closed
branches:
- main


env:
# renovate: datasource=docker
Expand All @@ -24,6 +25,11 @@ jobs:
helm:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true

permissions:
contents: write
packages: write

strategy:
max-parallel: 1
matrix:
Expand Down

0 comments on commit 4f4f738

Please sign in to comment.