Skip to content

Commit 1553e81

Browse files
authored
Merge branch 'main' into TT-1802-FIx-e2e-k8s-tests-in-the-CTF
2 parents 7747427 + 562a870 commit 1553e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Generate go docs for changed projects
111111
shell: bash
112112
env:
113-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
113+
OPENAI_API_KEY: ${{ secrets.OPENAI_DOC_GEN_API_KEY }}
114114
run: |
115115
# Add go binary to PATH
116116
PATH=$PATH:$(go env GOPATH)/bin

0 commit comments

Comments
 (0)