Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit76f8784

Browse files
Update GitHub Actions workflow to use INKEEP_API_KEY environment variable consistently
1 parent50e9635 commit76f8784

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/node.js.yaml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
jobs:
1515
test:
1616
runs-on:ubuntu-latest
17+
env:
18+
INKEEP_API_KEY:${{ secrets.INKEEP_API_KEY }}
1719

1820
steps:
1921
-uses:actions/checkout@v4
@@ -27,7 +29,7 @@ jobs:
2729
-run:pnpm install --frozen-lockfile --strict-peer-dependencies
2830
-run:pnpm run build
2931
env:
30-
API_KEY:${{ secrets.INKEEP_API_KEY }}
32+
INKEEP_API_KEY:${{ secrets.INKEEP_API_KEY }}
3133
-run:pnpm run lint
3234

3335
fix:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp