Skip to content

Commit d90e26d

Browse files
authored
Update gen_docs.yml
1 parent f8e84a0 commit d90e26d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gen_docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
# -H "X-API-KEY: $API_KEY" \
2727
# -d '{"apiKey": "'$API_KEY'", "repo_gh_pat": "'$REPO_GH_PAT'", "githubRepository": "'$GITHUB_REPOSITORY'", "default_time": 50}' \
2828
# "${{ secrets.GENERATE_ENDPOINT_URL }}"
29-
curl --location "${{ secrets.GENERATE_ENDPOINT_URL }}" \
29+
curl --location 'https://hx3cymrjm2.us-east-1.awsapprunner.com/company/spriteai/generate_internal_docs' \
3030
--header 'Content-Type: application/json' \
3131
--data '{
32-
"githubRepository": "'$GITHUB_REPOSITORY'",
33-
"apiKey": "'$API_KEY'",
34-
"default_time": 50,
35-
"repo_gh_pat": "'$REPO_GH_PAT'"
32+
"githubRepository": "team-dev-docs/spriteAI",
33+
"apiKey": "'$API_KEY'",
34+
"default_time": 50,
35+
"repo_gh_pat": "'$REPO_GH_PAT'"
3636
}'
3737
env:
3838
API_KEY: ${{ secrets.API_KEY }}

0 commit comments

Comments
 (0)