Skip to content

Commit

Permalink
chore(ci): change repo owner of rspack-ecosystem-ci (#8272)
Browse files Browse the repository at this point in the history
chore(CI): change repo owner of rspack-ecosystem-ci
  • Loading branch information
chenjiahan authored Oct 30, 2024
1 parent f96227c commit 02f0c85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ jobs:
continue-on-error: true
uses: convictional/[email protected]
with:
owner: ${{ github.repository_owner }}
owner: 'rspack-contrib',
repo: "rspack-ecosystem-ci"
workflow_file_name: "ecosystem-ci-from-commit.yml"
github_token: ${{ secrets.RSPACK_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
}
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
owner: 'rspack-contrib',
repo: 'rspack-ecosystem-ci',
workflow_id: 'ecosystem-ci-from-pr.yml',
ref: 'main',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
github-token: ${{ secrets.RSPACK_ACCESS_TOKEN }}
script: |
const result = await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
owner: 'rspack-contrib',
repo: 'rspack-ecosystem-ci',
workflow_id: 'ecosystem-ci-selected.yml',
ref: 'main',
Expand Down

0 comments on commit 02f0c85

Please sign in to comment.