Skip to content

Commit

Permalink
add secret for env
Browse files Browse the repository at this point in the history
  • Loading branch information
ewansheldon committed Nov 13, 2024
1 parent daac44d commit a52387f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- run: npm install
- run: npm run build
- name: Deploy
env:
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a52387f

Please sign in to comment.