Skip to content

feat: add GitHub token authentication support #1331

feat: add GitHub token authentication support

feat: add GitHub token authentication support #1331

Workflow file for this run

---
name: test
on: pull_request
permissions: {}
jobs:
status-check:
runs-on: ubuntu-24.04
if: always() && (contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled'))
timeout-minutes: 10
permissions: {}
needs:
- test
steps:
- run: exit 1
test:
uses: ./.github/workflows/workflow_call_test.yaml
permissions:
contents: read