Skip to content

Commit bda219d

Browse files
authored
bump-version workflow: support forks (airbytehq#52651)
1 parent c67717e commit bda219d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bump-version-command.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
gcs_credentials: ${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }}
9696
sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
9797
github_token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
98+
git_repo_url: ${{ github.event.pull_request.head.repo.clone_url }}
9899
subcommand: |
99100
connectors --modified bump-version \
100101
${{ github.event.inputs.type }} \

0 commit comments

Comments
 (0)