File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 - cron : ' 0 6 * * *'
1010
1111jobs :
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 }}
You can’t perform that action at this time.
0 commit comments