Skip to content

Commit

Permalink
Update SA
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Dec 4, 2024
1 parent 1303611 commit 1a9fe1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/build_and_publish/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ substitutions:
_JOB_NAME: 'build-and-publish-us-data' # Cloud Run job name
_CPU: '1' # Number of CPUs
_MEMORY: '2Gi' # Memory allocation
_SERVICE_ACCOUNT: 'policyengine-api@appspot.gserviceaccount.com'
_SERVICE_ACCOUNT: 'policyengine-[email protected].gserviceaccount.com'

options:
logging: CLOUD_LOGGING_ONLY
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: GCP authentication
uses: "google-github-actions/auth@v2"
with:
credentials_json: "${{ secrets.GCP_SA_KEY }}"
project_id: policyengine-api
credentials_json: "${{ secrets.GCP_POLICYENGINE_RESEARCH_SA_TOKEN }}"
project_id: policyengine-research

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
Expand All @@ -57,4 +57,4 @@ jobs:
gcloud builds submit \
--config=.github/build_and_publish/cloudbuild.yaml
env:
PROJECT_ID: policyengine-api
PROJECT_ID: policyengine-research

0 comments on commit 1a9fe1e

Please sign in to comment.