Skip to content

Commit 10029ef

Browse files
committed
use explicit owner
1 parent 6aeee20 commit 10029ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-pr-command.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
description: 'Comment ID (Optional)'
1212
type: string
1313
required: false
14+
# Temporary: for testing:
15+
push:
1416

1517
env:
1618
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}
@@ -53,8 +55,10 @@ jobs:
5355
- uses: actions/create-github-app-token@v1
5456
id: get-app-token
5557
with:
56-
app-id: ${{ vars.OCTAVIA_GITHUB_APP_ID }}
57-
private-key: ${{ secrets.OCTAVIA_GITHUB_APP_PRIVATE_KEY }}
58+
owner: "airbytehq"
59+
repositories: "PyAirbyte"
60+
app-id: ${{ secrets.OCTAVIA_BOT_APP_ID }}
61+
private-key: ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
5862

5963
outputs:
6064
source-repo: ${{ fromJSON(steps.pr-info.outputs.json).head.repo.full_name }}

0 commit comments

Comments
 (0)