Skip to content

Commit

Permalink
👷
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed Feb 11, 2025
1 parent 96c170d commit 02a9aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ jobs:

env:
REPO_OWNER: ${{ github.repository_owner }}
REPO_NAME: glowing-memory
REPO_NAME: didx-cloud

steps:
- name: Generate token
Expand All @@ -545,8 +545,8 @@ jobs:
const result = await github.rest.actions.createWorkflowDispatch({
owner: process.env.REPO_OWNER,
repo: process.env.REPO_NAME,
workflow_id: 'hello.yml',
ref: 'master',
workflow_id: 'cd.yml',
ref: 'chore/cd',
inputs: {
'image-tag': process.env.IMAGE_TAG,
'reset-deployments': process.env.RESET_DEPLOYMENTS,
Expand Down

0 comments on commit 02a9aa2

Please sign in to comment.