Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
GITHUB_USENAME -> GITHUB_USERNAME
  • Loading branch information
fuegoblanco authored and brighteyed committed Oct 8, 2023
1 parent 3064a16 commit 820a919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A collection of tools to automate some activities at Github:
## Mirror repositories
You can use docker to mirror Github repositories to Gitea:
```
docker run --rm -e GITHUB_USENAME="changeme" \
docker run --rm -e GITHUB_USERNAME="changeme" \
-e GITHUB_TOKEN="changeme" \
-e GITEA_URL="changeme" \
-e GITEA_TOKEN="changeme" \
Expand Down

0 comments on commit 820a919

Please sign in to comment.