diff --git a/.github/workflows/publish-prerelease.yml b/.github/workflows/publish-prerelease.yml index 89d19439..8cb3fb31 100644 --- a/.github/workflows/publish-prerelease.yml +++ b/.github/workflows/publish-prerelease.yml @@ -130,7 +130,7 @@ jobs: github-token : ${{ secrets.DISPATCH_WORKFLOWS_TOKEN }} script: | const fe_react_version= process.env.PR_VERSION; - const owner = context.payload.repository.organization + const owner = 'frontegg'; const oauthServiceRepo = 'oauth-service' const workflow_id = 'update-react-dependency.yaml' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5ac791bb..815bab88 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -114,7 +114,7 @@ jobs: github-token : ${{ secrets.DISPATCH_WORKFLOWS_TOKEN }} script : | const fe_react_version= process.env.PR_VERSION; - const owner = context.payload.repository.organization + const owner = 'frontegg'; const oauthServiceRepo = 'oauth-service' const workflow_id = 'update-react-dependency.yaml'