Skip to content

Commit a18c386

Browse files
committed
ci: cleanup
1 parent 28fc652 commit a18c386

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ on:
1111
jobs:
1212
ci:
1313
uses: ansible-middleware/github-actions/.github/workflows/ci.yml@main
14-
secrets:
15-
clientid_prod: '${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
16-
clientsecret_prod: '${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'
17-
clientid_staging: '${{ secrets.STAGE_JBOSSNETWORK_API_CLIENTID }}'
18-
clientsecret_staging: '${{ secrets.STAGE_JBOSSNETWORK_API_SECRET }}'
14+
secrets: inherit
1915
with:
2016
fqcn: 'middleware_automation/common'
2117
molecule_tests: >-

0 commit comments

Comments
 (0)