Skip to content

Commit 1b0bfc3

Browse files
committed
Fix secret name
1 parent 644ef95 commit 1b0bfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/build_test_template.yml
1919
secrets:
2020
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
21-
E2B_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
21+
E2B_TESTS_ACCESS_TOKEN: ${{ secrets.E2B_TESTS_ACCESS_TOKEN }}
2222
with:
2323
E2B_DOMAIN: ${{ vars.E2B_DOMAIN }}
2424
js-sdk:

0 commit comments

Comments
 (0)