Skip to content

Commit d1f6345

Browse files
authored
ci: migrate to official app token action (#19658)
1 parent cc2d623 commit d1f6345

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
9595
- name: Generate Token
9696
id: generate-token
97-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
97+
uses: actions/create-github-app-token@v1
9898
with:
99-
app_id: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
100-
installation_retrieval_payload: "${{ github.repository_owner }}/vite-ecosystem-ci"
101-
private_key: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}
99+
app-id: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
100+
private-key: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}
101+
repositories: vite-ecosystem-ci
102102

103103
- name: Trigger Preview Release (if Package Not Found)
104104
if: fromJSON(steps.check-package.outputs.result).exists == false

0 commit comments

Comments
 (0)