Skip to content

Commit

Permalink
fix(github-actions): agregar id a auth gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanJTorres11 authored Mar 24, 2023
1 parent cfdcff2 commit 3bb134c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
REGION: ${{ vars.GCP_REGION }}
steps:
- name: "Autenticar en GCP"
id: auth
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d #v1.0.0
with:
token_format: access_token
workload_identity_provider: ${{ env.PROJECT_ID }}
service_account: ${{ secrets.GCP_SA_KEY }}
- name: "Autenticar en Artifact Registry"
Expand Down

0 comments on commit 3bb134c

Please sign in to comment.