Skip to content

Commit

Permalink
Added GCP auth step.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed Sep 16, 2022
1 parent fb25bd8 commit cd32411
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
env:
GRADLE_PROPERTIES: ${{secrets.GRADLE_PROPERTIES}}

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

- name: Gradle release
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit cd32411

Please sign in to comment.