Skip to content

Commit

Permalink
chore(CI): simplify ecosystem CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Dec 23, 2024
1 parent f6eac8f commit a0104ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 106 deletions.
103 changes: 0 additions & 103 deletions .github/workflows/ecosystem-ci-trigger.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
owner: "rspack-contrib"
repo: "rsbuild-ecosystem-ci"
workflow_file_name: "ecosystem-ci-from-commit.yml"
github_token: ${{ secrets.REPO_SCOPED_TOKEN }}
github_token: ${{ secrets.REPO_RSBUILD_ECO_CI_GITHUB_TOKEN }}
ref: "main"
client_payload: '{"commitSHA":"${{ github.sha }}","updateComment":true,"repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'

Expand All @@ -44,7 +44,7 @@ jobs:
DESCRIPTION: |
commitID: [${{github.sha}}](${{github.server_url}}/${{github.repository}}/commit/${{github.sha}})
URL: ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}
LARK_WEBHOOK_URL: ${{secrets.LARK_WEBHOOK_URL}}
LARK_WEBHOOK_URL: ${{ secrets.LARK_WEBHOOK_URL }}

ecosystem_ci:
name: Run Ecosystem CI
Expand All @@ -58,6 +58,6 @@ jobs:
owner: "rspack-contrib"
repo: "rsbuild-ecosystem-ci"
workflow_file_name: "ecosystem-ci-selected.yml"
github_token: ${{ secrets.REPO_SCOPED_TOKEN }}
github_token: ${{ secrets.REPO_RSBUILD_ECO_CI_GITHUB_TOKEN }}
ref: "main"
client_payload: '{"ref":"${{ github.event.inputs.branch }}","repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'

0 comments on commit a0104ce

Please sign in to comment.