Skip to content

Commit

Permalink
Merge pull request #41 from jaydee029/main
Browse files Browse the repository at this point in the history
Adeed trigger for helm build
  • Loading branch information
jadecarino authored Aug 14, 2024
2 parents 7efccc8 + e3df9b4 commit 3902206
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Trigger Helm workflow in automation repository

on:
push:
branches: [main]

env:
NAMESPACE: galasa-dev

jobs:
trigger-workflow:
name: trigger helm workflow
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Triggering workflow using Github API call
run: |
gh workflow run build-helm.yaml --repo https://github.com/${{env.NAMESPACE}}/automation
env:
GH_TOKEN: ${{ secrets.GALASA_TEAM_GITHUB_TOKEN }}

0 comments on commit 3902206

Please sign in to comment.