Skip to content

Commit

Permalink
ci: update deploy.yml to reference secrets for env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rlcurrall authored Jun 12, 2024
1 parent 9a36cf2 commit cc632b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ jobs:
- run: npm i
- run: npm run build
- run: npm run deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 comments on commit cc632b3

Please sign in to comment.