Skip to content

Commit

Permalink
feat: Support private repo authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Aug 27, 2024
1 parent fdc18c8 commit f725e63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@vhiep/go-pull-private
secrets: inherit
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
run-build: true
go-private-repos: "github.com/babylonlabs-io/babylon-private"

docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
Expand Down

0 comments on commit f725e63

Please sign in to comment.