Skip to content

Commit 69e5287

Browse files
codethewebitaismith
authored andcommitted
[BLD]: fix secret usage for Go test reusable workflow (#4510)
## Description of changes #4479 added auth against DockerHub for higher rate limits when pulling, but I forgot to update the release workflow to properly propogate the secrets down.
1 parent 1598eec commit 69e5287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-chromadb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
go-tests:
6262
name: Go tests
6363
uses: ./.github/workflows/_go-tests.yml
64+
secrets: inherit
6465

6566
release-docker:
6667
name: Publish to DockerHub and GHCR

0 commit comments

Comments
 (0)