Skip to content

Commit 4b08685

Browse files
authored
Update compiled-languages-go.md
1 parent b90c591 commit 4b08685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troubleshooting/codeql-builds/compiled-languages-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There are two options when it comes to private repositories:
88
- Vendor the dependencies
99

1010
Setting up the Go environment can be done by adding a Actions step to update the [Go settings](https://go.dev/ref/mod#private-modules) pointing them to use a [GitHub Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) with the corresponding access to the private repository.
11-
The example below shows how this can be done using a single step beforet the CodeQL Initize step and stores the GitHub PAT in Secrets.
11+
The example below shows how this can be done using a single step before the CodeQL Initize step - storing the GitHub PAT in an Actions Secret.
1212

1313
**Example:**
1414

0 commit comments

Comments
 (0)