Skip to content

Commit

Permalink
revert to production url
Browse files Browse the repository at this point in the history
Signed-off-by: Nitishkumar Singh <nitish@cto.ai>
  • Loading branch information
nitishkumar71 committed Sep 28, 2023
1 parent fc4ba4d commit af103a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18280,7 +18280,7 @@ const run = async (context) => {
repo: core.getInput('repo') || payload.repository.full_name,
meta: { user: login }
}
return got.post('https://events.stg.cto.ai/', {
return got.post('https://events.cto.ai/', {
headers: {
Authorization: `Bearer ${token}`,
'x-ops-mechanism': 'github-action'
Expand Down
2 changes: 1 addition & 1 deletion src/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const run = async (context) => {
repo: core.getInput('repo') || payload.repository.full_name,
meta: { user: login }
}
return got.post('https://events.stg.cto.ai/', {
return got.post('https://events.cto.ai/', {
headers: {
Authorization: `Bearer ${token}`,
'x-ops-mechanism': 'github-action'
Expand Down

0 comments on commit af103a0

Please sign in to comment.