File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 55 secrets :
66 E2B_API_KEY :
77 required : true
8+ E2B_ACCESS_TOKEN :
9+ required : true
10+ DOCKERHUB_USERNAME :
11+ required : true
12+ inputs :
813 E2B_DOMAIN :
914 required : false
15+ type : string
1016 E2B_TEMPLATE_CONFIG :
11- required : false
17+ required : true
18+ type : string
1219
1320permissions :
1421 contents : read
5663 working-directory : ./template
5764 env :
5865 E2B_ACCESS_TOKEN : ${{ secrets.E2B_ACCESS_TOKEN }}
59- E2B_DOMAIN : ${{ secrets .E2B_DOMAIN }}
66+ E2B_DOMAIN : ${{ vars .E2B_DOMAIN }}
6067 E2B_TEMPLATE_CONFIG : ${{ secrets.E2B_TEMPLATE_CONFIG }}
Original file line number Diff line number Diff line change 1818 uses : ./.github/workflows/build_template.yml
1919 secrets :
2020 E2B_API_KEY : ${{ secrets.E2B_API_KEY }}
21+ DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
22+ with :
2123 E2B_DOMAIN : ${{ vars.E2B_DOMAIN }}
2224 E2B_TEMPLATE_CONFIG : ${{ vars.E2B_TEMPLATE_CONFIG }}
2325 js-sdk :
Original file line number Diff line number Diff line change 5050 run : poetry run pytest --verbose -x
5151 env :
5252 E2B_API_KEY : ${{ secrets.E2B_API_KEY }}
53- E2B_DOMAIN : ${{ secrets .E2B_DOMAIN }}
53+ E2B_DOMAIN : ${{ vars .E2B_DOMAIN }}
5454 E2B_CI_TEMPLATE : ${{ vars.E2B_CI_TEMPLATE }}
You can’t perform that action at this time.
0 commit comments