Skip to content

Commit acee158

Browse files
authored
use e2b prod api key for template publish (#170)
1 parent 6a01b27 commit acee158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
run: |
242242
python build_prod.py
243243
env:
244-
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
244+
E2B_API_KEY: ${{ secrets.E2B_PROD_API_KEY }}
245245
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
246246

247247
python-tests:

0 commit comments

Comments
 (0)