Skip to content

feat: trigger superdoc-tests#672

Merged
harbournick merged 4 commits intodevelopfrom
tests/e2e-suite
Jul 18, 2025
Merged

feat: trigger superdoc-tests#672
harbournick merged 4 commits intodevelopfrom
tests/e2e-suite

Conversation

@chittolinag
Copy link
Copy Markdown
Contributor

No description provided.

@chittolinag chittolinag requested a review from harbournick July 17, 2025 12:30
Comment thread .github/workflows/pull-request.yml Fixed
Comment on lines +18 to +28
runs-on: ubuntu-latest
steps:
- name: Trigger workflow dispatch
run: |
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.SD_TESTS_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
-d '{"ref": "main", "inputs": {"superdoc-branch": "${{ github.head_ref }}"}}' \
${{ secrets.SD_TESTS_URL }}

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
Copy link
Copy Markdown
Collaborator

@harbournick harbournick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@harbournick harbournick merged commit 234a6dc into develop Jul 18, 2025
8 of 10 checks passed
@harbournick harbournick deleted the tests/e2e-suite branch July 18, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants