You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2022/01/04 23:16:54 UTC

[fineract] branch develop updated: Reverting changes to fineract.dev deployment script

This is an automated email from the ASF dual-hosted git repository.

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 30eb068  Reverting changes to fineract.dev deployment script
30eb068 is described below

commit 30eb0680611bb70457b13eed5c432abf5d971e71
Author: Petri Tuomola <pt...@users.noreply.github.com>
AuthorDate: Wed Jan 5 07:16:46 2022 +0800

    Reverting changes to fineract.dev deployment script
---
 .github/workflows/fineract.dev.yaml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/fineract.dev.yaml b/.github/workflows/fineract.dev.yaml
index bedde2e..282502f 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -24,14 +24,10 @@ jobs:
     steps:
       - uses: actions/checkout@v2
 
-      - id: 'auth'
-        uses: 'google-github-actions/auth@v0'
-        with:
-          credentials_json: '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS}}'
-
       - uses: google-github-actions/setup-gcloud@v0
         with:
           project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
+          service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS}}
 
       - run: gcloud components install beta