Skip to content

Test SwiftUI Accessibility Bot #35

Test SwiftUI Accessibility Bot

Test SwiftUI Accessibility Bot #35

Workflow file for this run

name: Test SwiftUI Accessibility Bot
on:
workflow_dispatch:
jobs:
test-bot:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to get all history for git diff and base branch detection
- name: Run Accessibility Bot
uses: ./
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }} # Corrected: underscore
github_token: ${{ secrets.PAT_TOKEN }}