Skip to content

Commit 125a3f8

Browse files
committed
Fixed bug with not using the secret for the endpoint
1 parent e55fb0d commit 125a3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_evaluation_function.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
# 1. Prepare event payload as JSON for the lambda_handler
7171
EVENT_PAYLOAD='{
72-
"endpoint": "${{ inputs.endpoint }}",
72+
"endpoint": "${{ secrets.TEST_API_ENDPOINT }}",
7373
"eval_function_name": "${{ inputs.eval_function }}",
7474
"grade_params_json": "",
7575
"sql_limit": ${{ inputs.sql_limit }}

0 commit comments

Comments
 (0)