Skip to content

Commit

Permalink
update workflow sequence
Browse files Browse the repository at this point in the history
Signed-off-by: benhpoh <[email protected]>
  • Loading branch information
benhpoh committed Jan 21, 2022
1 parent 45529ff commit 5d96f9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/helm-chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,16 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

trigger-workflow:
runs-on: ubuntu-latest
env:
REPO_OWNER: ortelius
REPO_NAME: ortelius-charts
WORKFLOW_FILENAME: helm-indexer.yaml

steps:
- run: |
- name: trigger-workflow
env:
REPO_OWNER: ortelius
REPO_NAME: ortelius-charts
WORKFLOW_FILENAME: helm-indexer.yaml
run: |
curl \
--request POST \
--url https://api.github.com/repos/$REPO_OWNER/$REPO_NAME/actions/workflows/$WORKFLOW_FILENAME/dispatches \
--header "authorization: Bearer ${{ secrets.HELM_INDEXER_TOKEN }}" \
--header "Accept: application/vnd.github.v3+json" \
--data '{"ref":"main"}' \
--fail
2 changes: 1 addition & 1 deletion chart/ms-compitem-crud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ name: ms-compitem-crud
description: Dependency Packages
type: application
icon: https://ortelius.github.io/ortelius-charts/logo.png
version: "10.0.0-build.52"
version: "10.0.0-build.53"

0 comments on commit 5d96f9c

Please sign in to comment.