Skip to content

Commit

Permalink
remove unused env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 3, 2024
1 parent 82fa04b commit 33a72d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ concurrency:

env:
CI: true
COMMIT_SHA: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
COMMIT_REF: ${{ github.ref }}
PROJECT_ID: ${{ secrets.PROJECT_ID }}
MAIN: ${{ github.ref == 'refs/heads/main' }}
SERVICE: audiora-api
PROJECT_ID: ${{ secrets.PROJECT_ID }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
Expand Down

0 comments on commit 33a72d2

Please sign in to comment.