Skip to content

Commit 3718a02

Browse files
committed
ci: migrate to official app token action (fix)
1 parent d1f6345 commit 3718a02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ecosystem-ci-trigger.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ jobs:
9898
with:
9999
app-id: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
100100
private-key: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}
101-
repositories: vite-ecosystem-ci
101+
repositories: |
102+
vite
103+
vite-ecosystem-ci
102104
103105
- name: Trigger Preview Release (if Package Not Found)
104106
if: fromJSON(steps.check-package.outputs.result).exists == false

0 commit comments

Comments
 (0)