Skip to content

Commit

Permalink
chore: adds service account email address
Browse files Browse the repository at this point in the history
  • Loading branch information
akoenig committed Apr 17, 2024
1 parent 55ac397 commit 605e565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
REGION: europe-west3
IMAGE_URL: europe-west3-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/getactions/production:latest

europe-west3-docker.pkg.dev/getactions-v1/getactions
jobs:
build-deploy:
name: Build and Deploy
Expand All @@ -35,6 +35,7 @@ jobs:
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
workload_identity_provider: ${{ secrets.GCP_IDENTITY_PROVIDER }}
service_account: '${{ secrets.GCP_SERVICE_ACCOUNT_EMAIL }}'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
Expand Down

0 comments on commit 605e565

Please sign in to comment.