Skip to content

Commit

Permalink
chore: update hub_sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
migara authored Jan 17, 2024
1 parent 5abf92f commit b9d657b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hub_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
id: generate-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
installation_id: ${{ secrets.APP_INSTALLATION_ID }}
app_id: ${{ secrets.HUB_SYNC_APP_ID }}
private_key: ${{ secrets.HUB_SYNC_APP_PRIVATE_KEY }}
installation_id: ${{ secrets.HUB_SYNC_APP_INSTALLATION_ID }}

- name: Trigger Hub Sync Workflow
uses: benc-uk/workflow-dispatch@v1
Expand Down

0 comments on commit b9d657b

Please sign in to comment.