Skip to content

Commit

Permalink
fix: changed the repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman authored Nov 17, 2021
1 parent 375fa6a commit c6e1f86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: node .github/scripts/trigger-workflow.js
env:
WORKFLOW_NAME: '.github/workflows/cli-test-npm.yml'
REPO_NAME: twilio/twilio-cli
REPO_NAME: shrutiburman/twilio-cli
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
BRANCH_NAME: ${{steps.extract_branch.outputs.branch}}
INPUTS: '{ "version": "${version}-draft" }'
Expand All @@ -90,7 +90,7 @@ jobs:
REPO_ACCESS_TOKEN: ${{ github.token }}
TAG_NAME: ${{steps.semantic-release.outputs.TAG_NAME}}
RELEASE_BODY: ${{github.event.inputs.change-log}}
REPO_NAME: twilio/twilio-cli
REPO_NAME: shrutiburman/twilio-cli
delete-draft-release:
if: ${{github.event.inputs.draft-release == 'true'}}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
run: node .github/scripts/trigger-workflow.js
env:
WORKFLOW_NAME: 'oclif-release.yml'
REPO_NAME: twilio/twilio-cli
REPO_NAME: shrutiburman/twilio-cli
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
BRANCH_NAME: ${{steps.extract_branch.outputs.branch}}
INPUTS: '{ "home-brew-branch": "${{github.event.inputs.homebrew-branch}}", "tag-name": "${{needs.release.outputs.tag-name}}", "pre-release": "${{github.event.inputs.homebrew-prerelease}}"}'
Expand All @@ -140,7 +140,7 @@ jobs:
run: node .github/scripts/trigger-workflow.js
env:
WORKFLOW_NAME: 'oclif-release.yml'
REPO_NAME: twilio/twilio-cli
REPO_NAME: shrutiburman/twilio-cli
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
BRANCH_NAME: ${{steps.extract_branch.outputs.branch}}
INPUTS: '{ "home-brew-branch": "${{github.event.inputs.homebrew-branch}}", "tag-name": "${{needs.release.outputs.tag-name}}-draft", "pre-release": "${{github.event.inputs.homebrew-prerelease}}"}'
Expand All @@ -161,7 +161,7 @@ jobs:
run: node .github/scripts/trigger-workflow.js
env:
WORKFLOW_NAME: 'docker-release.yml'
REPO_NAME: twilio/twilio-cli
REPO_NAME: shrutiburman/twilio-cli
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
BRANCH_NAME: ${{steps.extract_branch.outputs.branch}}
platform-executables-release:
Expand All @@ -182,7 +182,7 @@ jobs:
run: node .github/scripts/trigger-workflow.js
env:
WORKFLOW_NAME: 'platform-executables.yml'
REPO_NAME: twilio/twilio-cli
REPO_NAME: shrutiburman/twilio-cli
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
BRANCH_NAME: ${{steps.extract_branch.outputs.branch}}
notify-complete-fail:
Expand Down

0 comments on commit c6e1f86

Please sign in to comment.