Fix typo in heading

This commit is contained in:
Felicity Chapman
2023-02-27 15:06:19 +00:00
parent 9bee9c003a
commit 29802af647

View File

@@ -19,7 +19,7 @@ When you run variant analysis against a list of repositories, your query is run
.. _controller-repository:
Setting a controller repository for variant analysis
-------------------------------------------------
----------------------------------------------------
When you run variant analysis, the analysis is run entirely using GitHub Actions. You don't need to create any workflows, but you must specify which GitHub repository the CodeQL extension should use as the "controller repository." Controller repositories can be empty, but they must have at least one commit and the ``GITHUB_TOKEN`` must have "Read and write permissions" when running workflows. For more information, see "`Managing GitHub Actions settings for a repository <https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#setting-the-permissions-of-the-github_token-for-your-repository>`__."
@@ -32,9 +32,6 @@ When you run variant analysis, the analysis is run entirely using GitHub Actions
TODO: Check on "internal" repositories.
TODO: check that the guess in the note above is accurate.
Setting up variant analysis
---------------------------