Skip to content

Commit 7d1888d

Browse files
fix: add airbyte-python-cdk to repository scope in publish workflow
- GitHub App token needs access to both airbyte-platform-internal and airbyte-python-cdk - Addresses GitHub PR comment feedback about repository scope requirements - Workflow checks out current repo and creates PRs in airbyte-platform-internal Co-Authored-By: AJ Steers <[email protected]>
1 parent dbd2695 commit 7d1888d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
id: get-app-token
364364
with:
365365
owner: "airbytehq"
366-
repositories: "airbyte-platform-internal"
366+
repositories: "airbyte-platform-internal,airbyte-python-cdk"
367367
app-id: ${{ secrets.OCTAVIA_BOT_APP_ID }}
368368
private-key: ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
369369
- name: Checkout Airbyte Platform Internal

0 commit comments

Comments
 (0)