From cd32411e32ae5bd21ffddcb0081d3099b5fa6a8e Mon Sep 17 00:00:00 2001 From: stewartbryson Date: Fri, 16 Sep 2022 16:09:36 -0400 Subject: [PATCH] Added GCP auth step. --- .github/workflows/gradle-publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 0a72f58..e97c60f 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -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: