Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zawarkhan1 committed Jan 30, 2024
1 parent 749dab0 commit d7938c6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @din-global/core-admins
13 changes: 13 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: my-workflow
on: [build]
jobs:
my-job:
runs-on: ubuntu-latest
environment: Development
steps:
- uses: microcks/import-github-action@v1
with:
specificationFiles: '/src/main/1Link/ibft_push.yaml:true,/src/main/1Link/oauth.yaml:true,/src/main/1Link/title_fetch.yaml:true'
microcksURL: 'https://microcks.apps.acme.com/api/'
keycloakClientId: 'microcks-serviceaccount'
keycloakClientSecret: 'ab54d329-e435-41ae-a900-ec6b3fe15c54'

0 comments on commit d7938c6

Please sign in to comment.