From 67fe78b0b3c50cc73bfac977815c5fdf9ee73779 Mon Sep 17 00:00:00 2001 From: Bruno <15909838+thetoolsmith@users.noreply.github.com> Date: Fri, 17 Jan 2025 11:21:06 -0500 Subject: [PATCH] testing --- .github/workflows/codebuild_runner_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codebuild_runner_test.yml b/.github/workflows/codebuild_runner_test.yml index d216f4b..6468c21 100644 --- a/.github/workflows/codebuild_runner_test.yml +++ b/.github/workflows/codebuild_runner_test.yml @@ -26,6 +26,8 @@ jobs: aws s3api list-buckets --region us-east-1 --output json - name: put events + env: + GH_TOKEN: ${{ github.token }} run: | gh run view ${{ github.run_id }} --log >runevents aws logs put-log-events --log-group-name $CLOUDWATCH_LOGGROUP_NAME --log-stream-name $CLOUDWATCH_LOGSTREAM_NAME --log-events runevents