Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored Jun 22, 2024
1 parent ac3123f commit 9bef2e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ inputs:
token:
description: 'The deploy token'
required: false
credentials:
description: 'The gcloud credentials'
required: true
repository:
description: 'The deploy repository'
required: false
Expand Down Expand Up @@ -43,7 +46,7 @@ runs:
id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
credentials_json: ${{ inputs.credentials }}

- name: 💎 Authentication
uses: 'google-github-actions/setup-gcloud@v2'
Expand Down

0 comments on commit 9bef2e0

Please sign in to comment.