Skip to content

Commit

Permalink
Update secrets on deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miladvafaeifard committed Aug 14, 2024
1 parent 4b5d2d2 commit 036efec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v2
env:
PUBLIC_APP_ID: ${{ secrets.PUBLIC_APP_ID }}
PUBLIC_API_KEY: ${{ secrets.PUBLIC_API_KEY }}
ALOGIA_PUBLIC_APP_ID: ${{ secrets.ALOGIA_PUBLIC_APP_ID }}
ALOGIA_PUBLIC_API_KEY: ${{ secrets.ALOGIA_PUBLIC_API_KEY }}
ALOGIA_INDEX_NAME: ${{ secrets.ALOGIA_INDEX_NAME }}
with:
# path: . # The root location of your Astro project inside the repository. (optional)
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
Expand Down

0 comments on commit 036efec

Please sign in to comment.