File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build Template
33on :
44 workflow_call :
55 secrets :
6- E2B_TEST_ACCESS_TOKEN :
6+ E2B_TESTS_ACCESS_TOKEN :
77 required : true
88 DOCKERHUB_USERNAME :
99 required : true
6262 echo "template_id=$TEMPLATE_ID" >> $GITHUB_OUTPUT
6363 working-directory : ./template
6464 env :
65- E2B_ACCESS_TOKEN : ${{ secrets.E2B_TEST_ACCESS_TOKEN }}
65+ E2B_ACCESS_TOKEN : ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
6666 E2B_DOMAIN : ${{ inputs.E2B_DOMAIN }}
6767
6868 - name : Output template ID
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Cleanup Build Template
33on :
44 workflow_call :
55 secrets :
6- E2B_TEST_ACCESS_TOKEN :
6+ E2B_TESTS_ACCESS_TOKEN :
77 required : true
88 inputs :
99 E2B_DOMAIN :
2929 run : |
3030 e2b template delete "${{ inputs.E2B_TEST_TEMPLATE }}"
3131 env :
32- E2B_ACCESS_TOKEN : ${{ secrets.E2B_TEST_ACCESS_TOKEN }}
32+ E2B_ACCESS_TOKEN : ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
3333 E2B_DOMAIN : ${{ inputs.E2B_DOMAIN }}
Original file line number Diff line number Diff line change 1818 uses : ./.github/workflows/build_test_template.yml
1919 secrets :
2020 DOCKERHUB_USERNAME : ${{ secrets.DOCKERHUB_USERNAME }}
21- E2B_ACCESS_TOKEN : ${{ secrets.E2B_TEST_ACCESS_TOKEN }}
21+ E2B_ACCESS_TOKEN : ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
2222 with :
2323 E2B_DOMAIN : ${{ vars.E2B_DOMAIN }}
2424 js-sdk :
You can’t perform that action at this time.
0 commit comments