diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 974ffd672b5..7781337b96d 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -139,9 +139,13 @@ jobs: run: check-manifest - name: Run tests with gdb if: env.USE_GDB == 'true' + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} shell: bash -l {0} run: xvfb-run --auto-servernum gdb -return-child-result -batch -ex r -ex py-bt --args python runtests.py -s - name: Run tests + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} shell: bash -l {0} run: | rm -f pytest_log.txt # Must remove any log file from a previous run diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index d7d292139b8..9deeb1def7c 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -109,6 +109,8 @@ jobs: shell: bash -l {0} run: check-manifest - name: Run tests + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} shell: bash -l {0} run: | rm -f pytest_log.txt # Must remove any log file from a previous run diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index 95e4f0fcb85..54228f16ce6 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -133,6 +133,8 @@ jobs: shell: bash -l {0} run: check-manifest - name: Run tests + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} shell: bash -l {0} run: | rm -f pytest_log.txt # Must remove any log file from a previous run