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

yhu 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 8a827e8c018 auth fix (#29128)
8a827e8c018 is described below

commit 8a827e8c0182bddbb944161df2aa6fd5308c82c8
Author: Vlado Djerek <[email protected]>
AuthorDate: Tue Oct 24 21:54:45 2023 +0200

    auth fix (#29128)
---
 .github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml 
b/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml
index 92787670d93..2818b710a62 100644
--- a/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml
+++ b/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml
@@ -73,6 +73,12 @@ jobs:
         uses: ./.github/actions/setup-environment-action
         with:
           python-version: 3.8
+      - name: Authenticate on GCP
+        id: auth
+        uses: google-github-actions/auth@v1
+        with:
+          credentials_json: ${{ secrets.GCP_SA_KEY }}
+          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:

Reply via email to