Skip to content

Commit 470b1a4

Browse files
authored
fix test_pipeline.yml api key
1 parent 5304b2a commit 470b1a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
test-pipeline:
1111
runs-on: ubuntu-latest
12+
env:
13+
ALCHEMYST_API_KEY: ${{ secrets.ALCHEMYST_API_KEY }}
1214
steps:
1315
- name: Checkout code
1416
uses: actions/checkout@v4

0 commit comments

Comments
 (0)