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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy