Skip to content

Commit 76f8784

Browse files
Update GitHub Actions workflow to use INKEEP_API_KEY environment variable consistently
1 parent 50e9635 commit 76f8784

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yaml

+3-1
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)