This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch damccorm-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 03c723410240197d8e3055a262a5ef05daf45e02 Author: Danny McCormick <[email protected]> AuthorDate: Tue Oct 24 10:55:57 2023 -0400 Update beam_Metrics_Report.yml --- .github/workflows/beam_Metrics_Report.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/beam_Metrics_Report.yml b/.github/workflows/beam_Metrics_Report.yml index 418b6bde43d..3e148d8db28 100644 --- a/.github/workflows/beam_Metrics_Report.yml +++ b/.github/workflows/beam_Metrics_Report.yml @@ -65,19 +65,19 @@ jobs: github.event.comment.body == 'Run Metrics Report' steps: - uses: actions/checkout@v3 - - name: Generate a token - id: generate_token - uses: actions/create-github-app-token@v1 - with: - app_id: ${{ secrets.GH_APP_ID }} - private_key: ${{ secrets.GH_APP_PRIVATE_KEY }} - - name: Setup repository - uses: ./.github/actions/setup-action - with: - comment_phrase: ${{ matrix.job_phrase }} - github_token: ${{ steps.generate_token.outputs.token }} - github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) - steps_context: ${{ toJson(steps) }} + # - name: Generate a token + # id: generate_token + # uses: actions/create-github-app-token@v1 + # with: + # app_id: ${{ secrets.GH_APP_ID }} + # private_key: ${{ secrets.GH_APP_PRIVATE_KEY }} + # - name: Setup repository + # uses: ./.github/actions/setup-action + # with: + # comment_phrase: ${{ matrix.job_phrase }} + # github_token: ${{ steps.generate_token.outputs.token }} + # github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) + # steps_context: ${{ toJson(steps) }} - name: Setup environment uses: ./.github/actions/setup-environment-action with:
