Skip to content

Commit e11858d

Browse files
committed
removed E2B_TEMPLATE_CONFIG
1 parent 9361d51 commit e11858d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/build_template.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ on:
1313
E2B_DOMAIN:
1414
required: false
1515
type: string
16-
E2B_TEMPLATE_CONFIG:
17-
required: true
18-
type: string
1916

2017
permissions:
2118
contents: read

.github/workflows/pull_request.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
E2B_ACCESS_TOKEN: ${{ secrets.E2B_ACCESS_TOKEN }}
2323
with:
2424
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
25-
E2B_TEMPLATE_CONFIG: ${{ vars.E2B_TEMPLATE_CONFIG }}
2625
js-sdk:
2726
uses: ./.github/workflows/js_tests.yml
2827
needs: build-template
@@ -41,5 +40,14 @@ jobs:
4140
with:
4241
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
4342
E2B_CI_TEMPLATE: ${{ needs.build-template.outputs.template_id }}
43+
# cleanup-build-template:
44+
# uses: ./.github/workflows/cleanup_build_template.yml
45+
# needs: [build-template, js-sdk, python-sdk]
46+
# if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
47+
# secrets:
48+
# E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
49+
# E2B_ACCESS_TOKEN: ${{ secrets.E2B_ACCESS_TOKEN }}
50+
# inputs:
51+
# E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
4452
charts-tests:
4553
uses: ./.github/workflows/charts_tests.yml

0 commit comments

Comments
 (0)