You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/09/02 18:28:35 UTC

[beam] branch master updated: Update playground_deploy_examples.yml

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

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d291a4b9270 Update playground_deploy_examples.yml
     new 38b7a979215 Merge pull request #23015 from akvelon/pg-change-authentication
d291a4b9270 is described below

commit d291a4b92707ee447d2cc8d8ced50a2349a484aa
Author: MakarkinSAkvelon <67...@users.noreply.github.com>
AuthorDate: Fri Sep 2 23:24:27 2022 +0500

    Update playground_deploy_examples.yml
---
 .github/workflows/playground_deploy_examples.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/playground_deploy_examples.yml b/.github/workflows/playground_deploy_examples.yml
index 1113e9d8f8f..6660e1452d6 100644
--- a/.github/workflows/playground_deploy_examples.yml
+++ b/.github/workflows/playground_deploy_examples.yml
@@ -50,11 +50,6 @@ jobs:
           $diff = git diff --name-only ${{ github.event.before }} ${{ github.event.after }}
           echo "$diff"
           Write-Host "::set-output name=example_diff::$diff"
-      - name: Setup GCP account
-        run: |
-             echo "${{ secrets.GCP_PLAYGROUND_SA_KEY }}" | base64 -d > /tmp/gcp_access.json
-             which gcloud
-             gcloud auth activate-service-account --project=apache-beam-testing --key-file=/tmp/gcp_access.json
       - name: has Examples
         run: |
           output=$(python3 checker.py ${{ steps.check_file_changed.outputs.example_diff }})