eantyshev commented on code in PR #23088:
URL: https://github.com/apache/beam/pull/23088#discussion_r988681518


##########
.github/workflows/playground_deploy_examples.yml:
##########
@@ -21,18 +21,26 @@ on:
       - closed
     branches: ['master']
 env:
-  BEAM_ROOT_DIR: ../../
-  BEAM_EXAMPLE_CATEGORIES: ../categories.yaml
+  BEAM_ROOT_DIR: "../../"
+  SDK_CONFIG: "../../playground/sdks.yaml"
+  BEAM_EXAMPLE_CATEGORIES: "../categories.yaml"
   BEAM_VERSION: 2.40.0
   K8S_NAMESPACE: playground-backend
   HELM_APP_NAME: playground-backend
+  SUBDIRS: "./learning/katas ./examples ./sdks"
+  ORIGIN: PG_EXAMPLES
 jobs:
   check_examples:
     name: Check examples
     runs-on: ubuntu-latest
     outputs:
       example_has_changed: ${{ 
steps.check_has_example.outputs.example_has_changed }}
     steps:
+      - name: Dump GitHub context

Review Comment:
   There are no secrects in there
   Here's an example run:
   https://github.com/akvelon/beam/actions/runs/3188823799/jobs/5201926545



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to