Skip to content

Commit

Permalink
Added GH Action Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aalonsolopez committed Dec 10, 2024
1 parent c6dddf9 commit b8d5153
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: CI CD

on:
push:

jobs:
main-GH-workflow:
uses: Gravitate-Health/reusable-workflows/.github/workflows/main.yml@main
secrets:
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
KUBECONFIG_DEV: ${{ secrets.KUBECONFIG_DEV }}

0 comments on commit b8d5153

Please sign in to comment.