We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8e9bf commit b02a693Copy full SHA for b02a693
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
sh -c "$(curl -fsSL https://raw.githubusercontent.com/imandra-ai/imandrax-api/refs/heads/main/scripts/install.sh)" -- -y
50
mkdir -p ~/.config/imandrax
51
touch ~/.config/imandrax/api_key
52
- printf '%s' "$IU_API_KEY" > ~/.config/imandrax/api_key
+ printf '%s' ${{ secrets.IU_API_KEY }} > ~/.config/imandrax/api_key
53
54
- name: debug api key
55
run: imandrax-cli get-auth-token
0 commit comments