From b003c644d42415e369ad2b97aefd75300ec96134 Mon Sep 17 00:00:00 2001 From: Rotem Date: Mon, 27 Nov 2023 14:06:34 +0200 Subject: [PATCH] FR-14363 - Fix workdlow --- .github/workflows/publish-prerelease.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'