Skip to content

Commit

Permalink
Fix Helm chart publishing permissions (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 authored May 16, 2024
1 parent e767706 commit 9c242e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-charts-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ defaults:

jobs:
build:
permissions:
contents: write
runs-on: ubuntu-20.04

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ defaults:

jobs:
build:
permissions:
contents: write
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit 9c242e6

Please sign in to comment.