Skip to content

Commit 505878e

Browse files
committed
fix syntax
1 parent a5c3335 commit 505878e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
id: set-env
3737
run: |
3838
case ${{ matrix.folder }} in
39-
"ai_image_gen")
40-
echo "EXTRA_ENV=--env ${{ secrets.REPLCATE_API_TOKEN }}" >> $GITHUB_ENV
39+
ai_image_gen)
40+
echo "EXTRA_ENV=--env REPLICATE_API_TOKEN=${{ secrets.REPLCATE_API_TOKEN }}" >> $GITHUB_ENV
4141
*)
4242
echo "EXTRA_ENV=" >> $GITHUB_ENV
4343
esac

0 commit comments

Comments
 (0)