Skip to content

Commit

Permalink
chore: update env pr-check and remove nextjs yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 10, 2024
1 parent 0e22801 commit b8c1c65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 108 deletions.
108 changes: 0 additions & 108 deletions .github/workflows/nextjs.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ jobs:
run: |
yarn install
yarn pr-check
env:
NEXT_PUBLIC_NODE_ENV: production
NEXT_PUBLIC_GOOGLE_SEARCH_CONSOLE_API_KEY: ${{ secrets.GOOGLE_SEARCH_CONSOLE_API_KEY }}
NEXT_PUBLIC_GOOGLE_ADSENSE_CLIENT_ID: ${{ secrets.GOOGLE_ADSENSE_CLIENT_ID }}
NEXT_PUBLIC_WEBSITE_DNS_NAME: ${{ secrets.WEBSITE_DNS_NAME }}
NEXT_PUBLIC_WEBSITE_URL: ${{ secrets.WEBSITE_URL }}

0 comments on commit b8c1c65

Please sign in to comment.