Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ inputs:
credentials_json:
description: |-
The credentials key for the Service Account user used for authentication in JSON format.
This is forwarded to the google-github-actions/auth@v2 action.
This is forwarded to the google-github-actions/auth@v3 action.
required: true
token_lifetime:
description: |-
The lifetime of the generated auth token in seconds. The default is 30s.
This is forwarded to the google-github-actions/auth@v2 action.
This is forwarded to the google-github-actions/auth@v3 action.
required: false
default: 30s
bigquery_project:
Expand Down Expand Up @@ -44,7 +44,7 @@ runs:
steps:
- id: auth
name: Authenticate to Google Cloud
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v3'
with:
credentials_json: "${{ inputs.credentials_json }}"
token_format: 'access_token'
Expand Down