Skip to content

Commit b02a693

Browse files
author
Sebastian Provenzano
committed
figures
1 parent 1c8e9bf commit b02a693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sh -c "$(curl -fsSL https://raw.githubusercontent.com/imandra-ai/imandrax-api/refs/heads/main/scripts/install.sh)" -- -y
5050
mkdir -p ~/.config/imandrax
5151
touch ~/.config/imandrax/api_key
52-
printf '%s' "$IU_API_KEY" > ~/.config/imandrax/api_key
52+
printf '%s' ${{ secrets.IU_API_KEY }} > ~/.config/imandrax/api_key
5353
5454
- name: debug api key
5555
run: imandrax-cli get-auth-token

0 commit comments

Comments
 (0)