Skip to content

Commit 49b060c

Browse files
committed
debug
1 parent e96ca9a commit 49b060c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99
- cron: '0 6 * * *'
1010

1111
jobs:
12-
CI:
12+
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 }}'
1419
with:
1520
fqcn: 'middleware_automation/common'
1621
molecule_tests: >-
1722
[ "prod_eap", "stage_eap" ]
18-
secrets:
19-
clientid_prod: ${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}
20-
clientsecret_prod: ${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}
21-
clientid_staging: ${{ secrets.STAGE_JBOSSNETWORK_API_CLIENTID }}
22-
clientsecret_staging: ${{ secrets.STAGE_JBOSSNETWORK_API_SECRET }}

0 commit comments

Comments
 (0)