File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,16 @@ jobs:
1717 test-suite : ' --profile=browser --suite=admin-ui-full'
1818 test-setup-phase-1 : ' --profile=setup --suite=personas --mode=standard'
1919 test-setup-phase-2 : ' --profile=setup --suite=content-translation --mode=standard'
20- secrets : inherit
20+ secrets :
21+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
22+ EZROBOT_33 : ${{ secrets.EZROBOT_33 }}
2123 examples :
2224 name : " BehatBundle examples"
2325 uses : ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
2426 with :
2527 project-edition : ' oss'
2628 project-version : ' ^3.3.x-dev'
2729 test-suite : ' --mode=standard --profile=service --suite=examples'
28- secrets : inherit
30+ secrets :
31+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
32+ EZROBOT_33 : ${{ secrets.EZROBOT_33 }}
You can’t perform that action at this time.
0 commit comments