Skip to content

Commit

Permalink
chore: Further disable GCP
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Dec 19, 2023
1 parent 15671d6 commit 313234e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
with:
project_id: policyengine-api-light
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
# - name: Set up Cloud SDK
# uses: google-github-actions/setup-gcloud@v0
# with:
# project_id: policyengine-api-light
# service_account_key: ${{ secrets.GCP_SA_KEY }}
# export_default_credentials: true
- name: Install dependencies
run: make install
- name: Test the API
run: make test
env:
POLICYENGINE_DB_PASSWORD: ${{ secrets.POLICYENGINE_DB_PASSWORD }}
POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN: ${{ secrets.POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# - name: Test the API
# run: make test
# env:
# POLICYENGINE_DB_PASSWORD: ${{ secrets.POLICYENGINE_DB_PASSWORD }}
# POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN: ${{ secrets.POLICYENGINE_GITHUB_MICRODATA_AUTH_TOKEN }}
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 313234e

Please sign in to comment.