From 007e47552b591dd258099f258905befed0de8349 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Tue, 7 Jul 2026 12:51:25 +0100 Subject: [PATCH] Add "Print auth info" step --- .github/workflows/integration-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4879d09a1..0faf4a432 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,6 +10,12 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 30 steps: + - name: Print auth info + env: + GH_TOKEN: ${{ secrets.BOT_TOKEN }} + run: | + gh auth status + - name: Trigger variant analysis id: trigger run: |