We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fc652 commit a18c386Copy full SHA for a18c386
.github/workflows/ci.yml
@@ -11,11 +11,7 @@ on:
11
jobs:
12
ci:
13
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 }}'
+ secrets: inherit
19
with:
20
fqcn: 'middleware_automation/common'
21
molecule_tests: >-
0 commit comments