Skip to content

Commit

Permalink
key changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DoKu88 committed Nov 5, 2024
1 parent 5376678 commit ec36e77
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,17 @@ jobs:
MODAL_TOKEN_ID: ${{ secrets.MODAL_TOKEN_ID }}
MODAL_TOKEN_SECRET: ${{ secrets.MODAL_TOKEN_SECRET }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run:
DUMMY_SECRET: ${{ secrets.DUMMY_SECRET }}
run: |
echo "SYNTH_API_KEY=${{ secrets.SYNTH_API_KEY }}" >> $GITHUB_ENV
echo "API keys are now available as environment variables"
echo "DUMMY_SECRET=${{ secrets.DUMMY_SECRET }}" >> $GITHUB_ENV
echo "OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}" >> $GITHUB_ENV
echo "MODAL_TOKEN_ID=${{ secrets.MODAL_TOKEN_ID }}" >> $GITHUB_ENV
echo "MODAL_TOKEN_SECRET=${{ secrets.MODAL_TOKEN_SECRET }}" >> $GITHUB_ENV
- name: Set up Python
- name: Set up Pythonc
uses: actions/setup-python@v4
with:
python-version: '3.9'
Expand Down

0 comments on commit ec36e77

Please sign in to comment.