Skip to content

Commit

Permalink
fix: duh, update more secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed May 9, 2023
1 parent c6a4b4a commit 6d72e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
- id: generate-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.PR_GITHUB_APP_ID }}
private_key: ${{ secrets.PR_GITHUB_APP_PRIVATE_KEY }}
app_id: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_ID }}
private_key: ${{ secrets.ECOSYSTEM_CI_GITHUB_APP_PRIVATE_KEY }}
repository: "${{ github.repository_owner }}/svelte"
- uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 6d72e10

Please sign in to comment.