Question 080
### What is the purpose of the `external-repository-token` parameter in `github/codeql-action/init` GitHub Action?
> https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#using-queries-in-ql-packs
1. [x] It allows the action to access a private GitHub repository that contains configuration files, queries or packs that are required for the analysis.
1. [ ] It allows the action to upload the results of the analysis to a private GitHub repository.
1. [ ] It allows the action to access a private GitHub repository that contains the source code to be analyzed.
1. [ ] It allows the action to upload the generated CodeQL database to a private GitHub repository.