diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afd967d9..82bdfac4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,3 +21,6 @@ jobs: run: pnpm install - name: Build run: pnpm build + env: + PUBLIC_API_ENDPOINT: gh-actions://api + PUBLIC_STITCHER_ENDPOINT: gh-actions://stitcher diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9daeb69e..7a827531 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,5 +19,5 @@ jobs: cache: pnpm - name: Install dependencies run: pnpm install - - name: Run eslint + - name: Run lint run: pnpm lint