Skip to content

Commit

Permalink
Merge pull request #39 from Staffbase/dependabot/github_actions/googl…
Browse files Browse the repository at this point in the history
…e-github-actions/auth-2

Bump google-github-actions/auth from 1 to 2
  • Loading branch information
jreimone authored Dec 5, 2023
2 parents a82a378 + 1142ded commit 11c6a60
Showing 1 changed file with 3 additions and 3 deletions.
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@v1 action.
This is forwarded to the google-github-actions/auth@v2 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@v1 action.
This is forwarded to the google-github-actions/auth@v2 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@v1'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: "${{ inputs.credentials_json }}"
token_format: 'access_token'
Expand Down

0 comments on commit 11c6a60

Please sign in to comment.