Skip to content

Commit

Permalink
FR-14363 - Fix workdlow
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemzif1 committed Nov 27, 2023
1 parent 101be22 commit b003c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b003c64

Please sign in to comment.