Skip to content

Commit 6e843ef

Browse files
committed
change go doc generation OpenAI api key secret name
1 parent fc2d7e3 commit 6e843ef

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)