1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--- name: iOS end-to-end API tests on: workflow_dispatch: permissions: contents: read issues: write pull-requests: write jobs: reuse-e2e-workflow: uses: ./.github/workflows/ios-end-to-end-tests.yml with: arg_tests_json_key: "api-tests" secrets: inherit