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