We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cd3e5 commit 4a9ac31Copy full SHA for 4a9ac31
1 file changed
.github/workflows/deploy.yml
@@ -23,6 +23,8 @@ jobs:
23
24
- name: Install, build, and upload your site
25
uses: withastro/action@v2
26
+ env:
27
+ PUBLIC_CONTACT_FORM_URL: ${{ secrets.PUBLIC_CONTACT_FORM_URL }}
28
# with:
29
# path: . # The root location of your Astro project inside the repository. (optional)
30
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
0 commit comments