Skip to content

Commit ebe6522

Browse files
fix: remove airbyte-python-cdk from repository scope and add explicit repository reference to create-pull-request step
Addresses @aaronsteers feedback: - Remove airbyte-python-cdk from GitHub App authentication repositories scope - Add explicit repository parameter to create-pull-request step for airbyte-platform-internal Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 7d1888d commit ebe6522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 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,airbyte-python-cdk"
366+
repositories: "airbyte-platform-internal"
367367
app-id: ${{ secrets.OCTAVIA_BOT_APP_ID }}
368368
private-key: ${{ secrets.OCTAVIA_BOT_PRIVATE_KEY }}
369369
- name: Checkout Airbyte Platform Internal
@@ -395,6 +395,7 @@ jobs:
395395
uses: peter-evans/create-pull-request@v7
396396
with:
397397
token: ${{ steps.get-app-token.outputs.token }}
398+
repository: airbytehq/airbyte-platform-internal
398399
commit-message: "chore: update CDK version following release"
399400
title: "chore: update CDK version following release"
400401
body: This is an automatically generated PR triggered by a CDK release

0 commit comments

Comments
 (0)