diff --git a/.github/workflows/trigger-staging-release.yml b/.github/workflows/trigger-staging-release.yml index 6b9b45ae04..58113a57ba 100644 --- a/.github/workflows/trigger-staging-release.yml +++ b/.github/workflows/trigger-staging-release.yml @@ -14,5 +14,5 @@ jobs: curl -X POST \ -H "Authorization: Bearer ${{secrets.STAGING_ACCESS_TOKEN}}" \ -H "Accept: application/vnd.github.v3+json" \ - https://api.github.com/repos/@medusajs/medusa-staging/actions/workflows/deploy.yml/dispatches \ - -d '{"ref":"main"}' \ No newline at end of file + https://api.github.com/repos/medusajs/medusa-staging/actions/workflows/deploy.yml/dispatches \ + -d '{"ref":"main"}'