Skip to content

Commit

Permalink
chore update release yaml with mendable api key (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagesh161007 committed Jun 14, 2023
1 parent 066641d commit 3a1a230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
GATSBY_ALGOLIA_SEARCH_KEY: ${{ secrets.DEV_GATSBY_ALGOLIA_SEARCH_KEY }}
GATSBY_ALGOLIA_APP_ID: ${{ secrets.DEV_GATSBY_ALGOLIA_APP_ID }}
ALGOLIA_ADMIN_KEY: ${{ secrets.DEV_ALGOLIA_ADMIN_KEY }}
GATSBY_MENDABLE_API_KEY: ${{ secrets.GATSBY_MENDABLE_API_KEY }}

concurrency:
group: preview-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
GATSBY_ALGOLIA_SEARCH_KEY: ${{ secrets.GATSBY_ALGOLIA_SEARCH_KEY }}
GATSBY_ALGOLIA_APP_ID: ${{ secrets.GATSBY_ALGOLIA_APP_ID }}
ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
GATSBY_MENDABLE_API_KEY: ${{ secrets.GATSBY_MENDABLE_API_KEY }}

jobs:

Expand Down

0 comments on commit 3a1a230

Please sign in to comment.