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.
2 parents 3540f54 + b76e9cb commit edfabbcCopy full SHA for edfabbc
.github/workflows/publish.yml
@@ -2,6 +2,11 @@ on: [push]
2
3
jobs:
4
build:
5
+ env:
6
+ # Env Secrets
7
+ PUBLIC_ALGOLIA_ID: ${{ secrets.PUBLIC_ALGOLIA_ID }}
8
+ PUBLIC_ALGOLIA_SEARCH_KEY: ${{ secrets.PUBLIC_ALGOLIA_SEARCH_KEY }}
9
+
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
@@ -29,6 +34,3 @@ jobs:
29
34
FOLDER: build # The directory where your assets are generated
30
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
31
36
MESSAGE: 'Build: ({sha}) {msg}' # The commit message
32
- # Env Secrets
33
- PUBLIC_ALGOLIA_ID: ${{ secrets.PUBLIC_ALGOLIA_ID }}
- PUBLIC_ALGOLIA_SEARCH_KEY: ${{ secrets.PUBLIC_ALGOLIA_SEARCH_KEY }}
0 commit comments