We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aeee20 commit 10029efCopy full SHA for 10029ef
.github/workflows/test-pr-command.yml
@@ -11,6 +11,8 @@ on:
11
description: 'Comment ID (Optional)'
12
type: string
13
required: false
14
+ # Temporary: for testing:
15
+ push:
16
17
env:
18
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}
@@ -53,8 +55,10 @@ jobs:
53
55
- uses: actions/create-github-app-token@v1
54
56
id: get-app-token
57
with:
- app-id: ${{ vars.OCTAVIA_GITHUB_APP_ID }}
- 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 }}
62
63
outputs:
64
source-repo: ${{ fromJSON(steps.pr-info.outputs.json).head.repo.full_name }}
0 commit comments