Skip to content

Commit

Permalink
add google secret
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Mar 6, 2024
1 parent 332c7ab commit d283171
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/conda-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
echo "Installing Poetry..."
conda run --name test pip install poetry
- name: Set up Google Cloud credentials
env:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
run: |
echo "$GCP_SA_KEY" > gcp-key.json
echo "GOOGLE_APPLICATION_CREDENTIALS=${{ github.workspace }}/gcp-key.json" >> $GITHUB_ENV
- name: Install dependencies with Poetry
run: |
echo "Installing dependencies..."
Expand Down

0 comments on commit d283171

Please sign in to comment.