We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307f77e commit bc36ebeCopy full SHA for bc36ebe
.github/workflows/api_format.yaml
@@ -6,6 +6,14 @@ on:
6
7
env:
8
GITHUB_BRANCH: ${{ github.ref_name }}
9
+ NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
10
+ NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
11
+ FULLSTORY_ORGID: ${{ secrets.FULLSTORY_ORGID }}
12
+ ALGOLIA_ADMIN_KEY: ${{ secrets.ALGOLIA_ADMIN_KEY }}
13
+ ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
14
+ ALGOLIA_SEARCH_KEY: ${{ secrets.ALGOLIA_SEARCH_KEY }}
15
+ ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME }}
16
+ PALETTE_API_KEY: ${{ secrets.PALETTE_API_KEY }}
17
18
jobs:
19
backport:
0 commit comments