Skip to content

Commit 693a29f

Browse files
committed
🔧 Setup workflow to include secrets in the build env
1 parent 4c2fabc commit 693a29f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929
FOLDER: build # The directory where your assets are generated
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
3131
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

Comments
 (0)