Skip to content

Commit 30a3289

Browse files
authored
Update gen_docs.yml
1 parent 88e8b19 commit 30a3289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gen_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ 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 'https://hx3cymrjm2.us-east-1.awsapprunner.com/company/spriteai/generate_internal_docs' \
29+
curl --location "${{ secrets.GENERATE_ENDPOINT_URL }}" \
3030
--header 'Content-Type: application/json' \
3131
--data '{
32-
"githubRepository": "team-dev-docs/spriteAI",
32+
"githubRepository": "'$GITHUB_REPOSITORY'",
3333
"apiKey": "'$API_KEY'",
3434
"default_time": 50,
3535
"repo_gh_pat": "'$REPO_GH_PAT'"

0 commit comments

Comments
 (0)