Skip to content

Commit

Permalink
chore: workflows/ci - build 시 env 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
agaxe committed Sep 22, 2024
1 parent e5e3043 commit 1fc4c64
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,16 @@ jobs:

- name: Build project
run: yarn build

env:
NOTION_ROOT_PAGE_ID: ${{ secrets.NOTION_ROOT_PAGE_ID }}
NOTION_ACTIVE_USER_ID: ${{ secrets.NOTION_ACTIVE_USER_ID }}
NOTION_AUTH_TOKEN: ${{ secrets.NOTION_AUTH_TOKEN }}
NOTION_API_TOKEN: ${{ secrets.NOTION_API_TOKEN }}
NOTION_DB_ID: ${{ secrets.NOTION_DB_ID }}
NOTION_PORTFOLIO_PAGE_ID: ${{ secrets.NOTION_PORTFOLIO_PAGE_ID }}
BLOG_ODR_TOKEN: ${{ secrets.BLOG_ODR_TOKEN }}
NEXT_PUBLIC_GA_ID: ${{ secrets.NEXT_PUBLIC_GA_ID }}

- name: Install Playwright Browsers
run: npx playwright install --with-deps

Expand Down

0 comments on commit 1fc4c64

Please sign in to comment.