Skip to content

Commit

Permalink
Merge pull request #111 from stewartbryson/stewart
Browse files Browse the repository at this point in the history
Upgraded google auth action.
  • Loading branch information
stewartbryson authored Jan 12, 2024
2 parents e885e5b + d2c47e2 commit 31e0c89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:

- name: Authenticate to Google Cloud
id: google-auth
uses: 'google-github-actions/auth@v0'
uses: google-github-actions/auth@v2
with:
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}

- name: Gradle build and test
id: gradle-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Authenticate to Google Cloud
id: google-auth
uses: google-github-actions/auth@v0
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ bin/
.factorypath
.vscode/
.java-version

# Ignore google auth files
gha-creds-*.json

0 comments on commit 31e0c89

Please sign in to comment.