Skip to content

Commit

Permalink
chore: add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
carslen authored Dec 18, 2022
1 parent 1d75038 commit 9544f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- 'charts/**'
branches:
- main
workflow_dispatch:
jobs:
release:
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
Expand Down Expand Up @@ -34,4 +35,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 9544f7e

Please sign in to comment.