From ed81fb260be55ffedc76d5d729fed89495d6d5f5 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 31 Jul 2025 16:38:32 -0700 Subject: [PATCH] need to set GH_TOKEN --- .github/workflows/record-integration-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/record-integration-tests.yml b/.github/workflows/record-integration-tests.yml index 931fa2957..8d44b0779 100644 --- a/.github/workflows/record-integration-tests.yml +++ b/.github/workflows/record-integration-tests.yml @@ -60,6 +60,8 @@ jobs: matrix_modes=$(jq -n -c '$ARGS.positional' --jsonargs -- "${modes_array[@]}") echo "matrix_modes=$matrix_modes" echo "matrix-modes=$matrix_modes" >> $GITHUB_OUTPUT + env: + GH_TOKEN: ${{ github.token }} record-tests: needs: discover-tests