Skip to content

Commit 6b19849

Browse files
committed
Pull reflag secret from op
1 parent cf54c36 commit 6b19849

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integrations/slack/gitbook-manifest.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ secrets:
7979
CLIENT_SECRET: ${{ env.SLACK_CLIENT_SECRET }}
8080
SIGNING_SECRET: ${{ env.SLACK_SIGNING_SECRET }}
8181
OPENAI_API_KEY: ${{ env.SLACK_OPENAI_API_KEY }}
82+
REFLAG_SECRET_KEY: ${{ env.REFLAG_SECRET_KEY }}
8283
envs:
8384
dev-steeve:
8485
organization: idE5kUnGGjoPGcbu3FZJ
@@ -87,22 +88,26 @@ envs:
8788
CLIENT_SECRET: ${{ "op://gitbook-integrations/slackDevSteeve/CLIENT_SECRET" }}
8889
SIGNING_SECRET: ${{ "op://gitbook-integrations/slackDevSteeve/SIGNING_SECRET" }}
8990
OPENAI_API_KEY: ${{ "op://gitbook-integrations/slackDevSteeve/OPENAI_API_KEY" }}
91+
REFLAG_SECRET_KEY: ${{ "op://gitbook-integrations/reflagDev/REFLAG_SECRET_KEY" }}
9092
test:
9193
secrets:
9294
CLIENT_ID: ${{ "op://gitbook-integrations/slackStaging/CLIENT_ID" }}
9395
CLIENT_SECRET: ${{ "op://gitbook-integrations/slackStaging/CLIENT_SECRET" }}
9496
SIGNING_SECRET: ${{ "op://gitbook-integrations/slackStaging/SIGNING_SECRET" }}
9597
OPENAI_API_KEY: ${{ "op://gitbook-integrations/slackStaging/OPENAI_API_KEY" }}
98+
REFLAG_SECRET_KEY: ${{ "op://gitbook-integrations/reflagStaging/REFLAG_SECRET_KEY" }}
9699
staging:
97100
secrets:
98101
CLIENT_ID: ${{ "op://gitbook-integrations/slackStaging/CLIENT_ID" }}
99102
CLIENT_SECRET: ${{ "op://gitbook-integrations/slackStaging/CLIENT_SECRET" }}
100103
SIGNING_SECRET: ${{ "op://gitbook-integrations/slackStaging/SIGNING_SECRET" }}
101104
OPENAI_API_KEY: ${{ "op://gitbook-integrations/slackStaging/OPENAI_API_KEY" }}
105+
REFLAG_SECRET_KEY: ${{ "op://gitbook-integrations/reflagStaging/REFLAG_SECRET_KEY" }}
102106
prod:
103107
secrets:
104108
CLIENT_ID: ${{ "op://gitbook-integrations/slackProd/CLIENT_ID" }}
105109
CLIENT_SECRET: ${{ "op://gitbook-integrations/slackProd/CLIENT_SECRET" }}
106110
SIGNING_SECRET: ${{ "op://gitbook-integrations/slackProd/SIGNING_SECRET" }}
107111
OPENAI_API_KEY: ${{ "op://gitbook-integrations/slackProd/OPENAI_API_KEY" }}
112+
REFLAG_SECRET_KEY: ${{ "op://gitbook-integrations/reflagProd/REFLAG_SECRET_KEY" }}
108113
target: space

0 commit comments

Comments
 (0)