Skip to content

Commit 513e3af

Browse files
Add env to release workflow (#849)
1 parent e152394 commit 513e3af

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,13 @@ jobs:
6363
- name: Install PDM
6464
run: pipx install pdm
6565

66-
- name: Run CI checks
67-
run: pdm install; pdm run all
66+
- name: Run install
67+
run: pdm install
68+
69+
- name: Run all checks
70+
run: pdm run all
71+
env:
72+
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}
6873

6974
- name: Publish stable image
7075
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)