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 4c2fabc commit 693a29fCopy full SHA for 693a29f
.github/workflows/publish.yml
@@ -29,3 +29,6 @@ jobs:
29
FOLDER: build # The directory where your assets are generated
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
31
MESSAGE: 'Build: ({sha}) {msg}' # The commit message
32
+ # Env Secrets
33
+ PUBLIC_ALGOLIA_ID: ${{ secrets.PUBLIC_ALGOLIA_ID }}
34
+ PUBLIC_ALGOLIA_SEARCH_KEY: ${{ secrets.PUBLIC_ALGOLIA_SEARCH_KEY }}
0 commit comments