Skip to content

Commit 4a9ac31

Browse files
committed
fix: pass contact form url secret to pages build
1 parent 76cd3e5 commit 4a9ac31

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Install, build, and upload your site
2525
uses: withastro/action@v2
26+
env:
27+
PUBLIC_CONTACT_FORM_URL: ${{ secrets.PUBLIC_CONTACT_FORM_URL }}
2628
# with:
2729
# path: . # The root location of your Astro project inside the repository. (optional)
2830
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)

0 commit comments

Comments
 (0)