Skip to content

Commit

Permalink
upd(ci): allow authenticated dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjayjpg committed Mar 29, 2022
1 parent 7a09d94 commit 179ba2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,15 @@ jobs:
steps:
- checkout

- add_ssh_keys:
fingerprints:
- "16:26:c9:af:c0:c6:27:08:be:31:b5:36:40:71:63:44"

# lock in authentication for Github modules via ssh
- run: git config --global --add url."[email protected]:".insteadOf "https://github.com/"

# disable checksum checking via Go on private Meroxa repositories
- run: go env -w GOPRIVATE=github.com/meroxa/*

# specify any bash command here prefixed with `run: `
- run: go test -mod=vendor -v -race ./...

0 comments on commit 179ba2b

Please sign in to comment.