Skip to content

Commit

Permalink
add automation
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiechayes committed Aug 28, 2024
1 parent 3542550 commit 3ed25d6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/regenerate-sdks-on-oas-change.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Regenerate SDKs on OAS Change

on:
pull_request:
types:
- opened
- synchronize
branches:
- main

jobs:
regenerate-sdks-on-oas-change:
uses: konfig-dev/automation/.github/workflows/regenerate-sdks-on-oas-change.yaml@main
secrets:
TEST_ENV: ${{ secrets.TEST_ENV }}
KONFIG_API_KEY: ${{ secrets.KONFIG_API_KEY }}
14 changes: 14 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release

on:
push:
branches:
- main

jobs:
release:
uses: konfig-dev/automation/.github/workflows/release.yaml@main
secrets:
TEST_ENV: ${{ secrets.TEST_ENV }}
KONFIG_API_KEY: ${{ secrets.KONFIG_API_KEY }}
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}

0 comments on commit 3ed25d6

Please sign in to comment.