Skip to content

feat: Support private repo authentication #65

feat: Support private repo authentication

feat: Support private repo authentication #65

Workflow file for this run

name: ci
on:
pull_request:
branches:
- '**'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.4.0
secrets: inherit
with:
run-unit-tests: true
run-integration-tests: true
run-lint: false
run-build: true
go-private-repos-authentication: true
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.4.0
secrets: inherit
with:
publish: false
go-private-repos-authentication: true