eantyshev commented on code in PR #23088:
URL: https://github.com/apache/beam/pull/23088#discussion_r988910546
##########
.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:
Strictly speaking, there are tokens in there, but they're masked
Nevertheless, we decided to remove this step to not raise any concerns
--
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]