diff --git a/.github/workflows/ecosystem-ci.yml b/.github/workflows/ecosystem-ci.yml index 9fccc5a10..dd57a7154 100644 --- a/.github/workflows/ecosystem-ci.yml +++ b/.github/workflows/ecosystem-ci.yml @@ -44,7 +44,7 @@ jobs: if: github.repository == 'web-infra-dev/rslib' && github.event_name == 'workflow_dispatch' steps: - name: Trigger Ecosystem CI - uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@6680c15e67a7de0f1fe05aee5c6270b0ea1bdb37 # main + uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_dispatch@0e1297e0e9a8b70ff868c859993b3fa7f608e392 # main with: github-token: ${{ secrets.REPO_RSLIB_ECO_CI_GITHUB_TOKEN }} ecosystem-owner: web-infra-dev @@ -59,7 +59,7 @@ jobs: if: github.repository == 'web-infra-dev/rslib' && github.event_name != 'workflow_dispatch' && needs.changes.outputs.changed == 'true' steps: - name: Trigger Ecosystem CI - uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@6680c15e67a7de0f1fe05aee5c6270b0ea1bdb37 # main + uses: rstackjs/rstack-ecosystem-ci/.github/actions/ecosystem_ci_per_commit@0e1297e0e9a8b70ff868c859993b3fa7f608e392 # main with: github-token: ${{ secrets.REPO_RSLIB_ECO_CI_GITHUB_TOKEN }} ecosystem-owner: web-infra-dev