Skip to content

Commit

Permalink
Corrected env var reference
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdavenport committed Aug 10, 2023
1 parent 56894c3 commit 68fc59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Install, build, and upload your site
uses: withastro/action@v0
env:
PUBLIC_CLOUDINARY_CLOUD_NAME: ${{ env.PUBLIC_CLOUDINARY_CLOUD_NAME }}
PUBLIC_CLOUDINARY_CLOUD_NAME: ${{ vars.PUBLIC_CLOUDINARY_CLOUD_NAME }}
# TODO: Fix typo
PUBLIC_CLOUDNIARY_UPLOAD_PRESET: ${{ env.PUBLIC_CLOUDINARY_UPLOAD_PRESET }}
PUBLIC_CLOUDNIARY_UPLOAD_PRESET: ${{ vars.PUBLIC_CLOUDINARY_UPLOAD_PRESET }}

deploy:
needs: build
Expand Down

0 comments on commit 68fc59c

Please sign in to comment.