Skip to content

Conversation

@eric-laurello
Copy link
Collaborator

Summary

  • Adds the Configure git for internal repos step before dbt deps in workflow files
  • This allows workflows to access private FlipsideCrypto packages during dependency installation

Changes

This step is added before any step that runs dbt deps:

- name: Configure git for internal repos
  run: git config --global url."https://x-access-token:${{ secrets.GH_INTERNAL_TOKEN }}@github.com/".insteadOf "https://github.com/"

Test plan

  • Verify workflows run successfully with the new step
  • Confirm dbt deps can access internal packages

🤖 Generated with Claude Code

This adds the 'Configure git for internal repos' step before dbt deps
to allow access to private FlipsideCrypto packages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants