Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
Loading