Skip to content

Commit bebf596

Browse files
authored
Update docs/core/idioms/file-based.md
1 parent 5ec815a commit bebf596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/idioms/file-based.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Here's a breakdown of the three kwargs set on the `GitHub` storage:
4444

4545
- `repo`: the name of the repo that this code will live in
4646
- `path`: the location of the flow file in the repo. This must be an exact match to the path of the file.
47-
- `secrets`: the name of a [default Prefect secret](http://localhost:8081/core/concepts/secrets.html#default-secrets) which is a GitHub [personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). This is set so that when the flow is executed it has the proper permissions to pull the file from the repo.
47+
- `secrets`: the name of a [default Prefect secret](/core/concepts/secrets.html#default-secrets) which is a GitHub [personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). This is set so that when the flow is executed it has the proper permissions to pull the file from the repo.
4848

4949
Push this code to the repository:
5050

0 commit comments

Comments
 (0)