Skip to content

Commit 6c2cc5f

Browse files
authored
Add in redocly secret (#157)
1 parent bee4626 commit 6c2cc5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
GATSBY_ALGOLIA_INDEX_ENV_PREFIX: ${{ secrets.AIO_ALGOLIA_INDEX_ENV_PREFIX }}
152152
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
153153
GATSBY_SITE_DOMAIN_URL: https://developer-stage.adobe.com
154-
154+
GATSBY_REDOCLY_KEY: ${{ secrets.REDOCLY_LICENSE_KEY }}
155155
- name: Deploy
156156
uses: AdobeDocs/static-website-deploy@master
157157
with:
@@ -258,6 +258,7 @@ jobs:
258258
GATSBY_ALGOLIA_INDEX_ENV_PREFIX: ${{ secrets.AIO_ALGOLIA_INDEX_ENV_PREFIX }}
259259
GATSBY_FEDS_PRIVACY_ID: ${{ secrets.AIO_FEDS_PRIVACY_ID }}
260260
GATSBY_SITE_DOMAIN_URL: https://developer.adobe.com
261+
GATSBY_REDOCLY_KEY: ${{ secrets.REDOCLY_LICENSE_KEY }}
261262
- name: Deploy
262263
uses: AdobeDocs/static-website-deploy@master
263264
with:

0 commit comments

Comments
 (0)