Skip to content

Commit

Permalink
Update release-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jun 12, 2024
1 parent 8bb54c8 commit 5525397
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Release Charts

permissions:
contents: write
on:
push:
branches:
Expand All @@ -26,4 +28,4 @@ jobs:
with:
charts_dir: .
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ github.token }}"

0 comments on commit 5525397

Please sign in to comment.