Skip to content

Commit f73d909

Browse files
committed
Make API key env var Slack specific
1 parent 97a67e4 commit f73d909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/slack/gitbook-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ secrets:
7878
CLIENT_ID: ${{ env.SLACK_CLIENT_ID }}
7979
CLIENT_SECRET: ${{ env.SLACK_CLIENT_SECRET }}
8080
SIGNING_SECRET: ${{ env.SLACK_SIGNING_SECRET }}
81-
OPENAI_API_KEY: ${{ env.OPENAI_API_KEY }}
81+
OPENAI_API_KEY: ${{ env.SLACK_OPENAI_API_KEY }}
8282
target: space

0 commit comments

Comments
 (0)