Skip to content

Commit c69c3bb

Browse files
authored
integration tests: pass openai secret (#770)
* pass openai secret * only run in master branch
1 parent 7e96c71 commit c69c3bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ jobs:
1616
with:
1717
go-version: '1.21'
1818
- name: Run integration tests
19+
env:
20+
OPENAI_TOKEN: ${{ secrets.OPENAI_TOKEN }}
1921
run: go test -v -tags=integration ./api_integration_test.go

0 commit comments

Comments
 (0)