File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 secrets :
2020 E2B_API_KEY : ${{ secrets.E2B_API_KEY }}
2121 with :
22- E2B_DOMAIN : ${{ secrets .E2B_DOMAIN }}
22+ E2B_DOMAIN : ${{ vars .E2B_DOMAIN }}
2323 E2B_CI_TEMPLATE : ${{ vars.E2B_CI_TEMPLATE }}
2424 E2B_TEMPLATE_CONFIG : ${{ vars.E2B_TEMPLATE_CONFIG }}
2525 js-sdk :
2929 secrets :
3030 E2B_API_KEY : ${{ secrets.E2B_API_KEY }}
3131 with :
32- E2B_DOMAIN : ${{ secrets .E2B_DOMAIN }}
32+ E2B_DOMAIN : ${{ vars .E2B_DOMAIN }}
3333 E2B_CI_TEMPLATE : ${{ vars.E2B_CI_TEMPLATE }}
3434 python-sdk :
3535 uses : ./.github/workflows/python_tests.yml
3838 secrets :
3939 E2B_API_KEY : ${{ secrets.E2B_API_KEY }}
4040 with :
41- E2B_DOMAIN : ${{ secrets .E2B_DOMAIN }}
41+ E2B_DOMAIN : ${{ vars .E2B_DOMAIN }}
4242 E2B_CI_TEMPLATE : ${{ vars.E2B_CI_TEMPLATE }}
4343 charts-tests :
4444 uses : ./.github/workflows/charts_tests.yml
You can’t perform that action at this time.
0 commit comments