Skip to content

Commit

Permalink
Merge pull request #23 from NBISweden/update_chartreleaser
Browse files Browse the repository at this point in the history
Update publish_charts.yml
  • Loading branch information
kostas-kou authored Oct 26, 2022
2 parents eb978a8 + e9bcc94 commit 43772ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish charts
on:
push:
branches:
- master
- main

jobs:
release:
Expand All @@ -27,4 +27,4 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 43772ea

Please sign in to comment.