Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#8 from eclipse-tractusx/chore/man…
Browse files Browse the repository at this point in the history
…ual_trigger_chart_releaser_workflow

chore: add manual trigger
  • Loading branch information
carslen authored Dec 18, 2022
2 parents 1d75038 + 9544f7e commit a9a5a51
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 a9a5a51

Please sign in to comment.