Skip to content

Commit

Permalink
added env variable to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
b-lawlor committed Jul 24, 2024
1 parent 8790d23 commit 8ec2d73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
# Setting an environment variable with the value of a configuration variable
VITE_EMAIL: ${{ vars.VITE_EMAIL }}

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit 8ec2d73

Please sign in to comment.