Skip to content

Commit

Permalink
More iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Mar 29, 2024
1 parent 20a7dfe commit 43b4ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-run-crons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Setup gcloud CLI
- uses: google-github-actions/setup-gcloud@v2
with:
service_account_key: ${{ secrets.GOOGLE_CLOUD_SA_KEY }}
credentials_json: ${{ secrets.GOOGLE_CLOUD_SA_KEY }}
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}

# Build and push image to Google Container Registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloud-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Setup gcloud CLI
- uses: google-github-actions/setup-gcloud@v2
with:
service_account_key: ${{ secrets.GOOGLE_CLOUD_SA_KEY }}
credentials_json: ${{ secrets.GOOGLE_CLOUD_SA_KEY }}
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}

# Build and push image to Google Container Registry
Expand Down

0 comments on commit 43b4ead

Please sign in to comment.