Skip to content

Commit b8c1c65

Browse files
committed
chore: update env pr-check and remove nextjs yml
1 parent 0e22801 commit b8c1c65

File tree

2 files changed

+6
-108
lines changed

2 files changed

+6
-108
lines changed

.github/workflows/nextjs.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

.github/workflows/pr-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525
run: |
2626
yarn install
2727
yarn pr-check
28+
env:
29+
NEXT_PUBLIC_NODE_ENV: production
30+
NEXT_PUBLIC_GOOGLE_SEARCH_CONSOLE_API_KEY: ${{ secrets.GOOGLE_SEARCH_CONSOLE_API_KEY }}
31+
NEXT_PUBLIC_GOOGLE_ADSENSE_CLIENT_ID: ${{ secrets.GOOGLE_ADSENSE_CLIENT_ID }}
32+
NEXT_PUBLIC_WEBSITE_DNS_NAME: ${{ secrets.WEBSITE_DNS_NAME }}
33+
NEXT_PUBLIC_WEBSITE_URL: ${{ secrets.WEBSITE_URL }}

0 commit comments

Comments
 (0)