Skip to content

Commit

Permalink
airbyte-ci: make it work on forks #3 (airbytehq#52654)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Jan 30, 2025
1 parent cf5383b commit 492215f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
gcs_credentials: ${{ secrets.METADATA_SERVICE_PROD_GCS_CREDENTIALS }}
sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
github_token: ${{ secrets.GH_PAT_MAINTENANCE_OCTAVIA }}
git_repo_url: ${{ steps.job-vars.outputs.repo }}
git_repo_url: https://github.com/${{ steps.job-vars.outputs.repo }}.git
subcommand: |
connectors --modified bump-version \
${{ github.event.inputs.type }} \
Expand Down

0 comments on commit 492215f

Please sign in to comment.