Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob committed May 29, 2024
1 parent d9b7aff commit 46c934e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/publish-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ runs:
steps:
# Step 1: Authenticate with Google Cloud
- name: Google Cloud Auth
uses: google-github-actions/auth@v0
with:
credentials_json: ${{ secrets.CARTO_ARTIFACTS_SERVICE_ACCOUNT }}
project_id: ${{ input.artifacts-gcp-project-id }}
uses: google-github-actions/auth@v0
with:
credentials_json: ${{ secrets.CARTO_ARTIFACTS_SERVICE_ACCOUNT }}
project_id: ${{ input.artifacts-gcp-project-id }}

# Step 2: Install Gcloud CLI
- name: Google Cloud install
Expand Down

0 comments on commit 46c934e

Please sign in to comment.