Skip to content

Commit

Permalink
Update linux_develop_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwild authored Feb 27, 2024
1 parent 86c59c4 commit fe33b67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux_develop_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ jobs:
- name: Set up IBM Watson credentials
env:
ASSISTANTKEYS: ${{ secrets.ASSISTANTKEYS }}
OAIKEYS: ${{ secrets.AISECRET }}
OAIKEYS: ${{ secrets.OAISECRET }}
run: |
echo -n "$ASSISTANTKEYS" > $GITHUB_WORKSPACE/ibm-credentials.env
echo "path of the credentials resource $GITHUB_WORKSPACE/ibm-credentials.txt"
export IBM_CREDENTIALS_FILE="$GITHUB_WORKSPACE/ibm-credentials.env"
echo -n "$OAIKEYS" > $GITHUB_WORKSPACE/Assets/Resources/openai.txt
echo "path of the OAI credentials resource $GITHUB_WORKSPACE/Assets/Resources/openai.txt"
ls -la $GITHUB_WORKSPACE/Assets/Resources/openai.txt
cat $GITHUB_WORKSPACE/Assets/Resources/openai.txt
# Fonts
- name: Install fonts
Expand Down

0 comments on commit fe33b67

Please sign in to comment.