Skip to content

Commit ade0f20

Browse files
committed
docs: update shell example
Signed-off-by: Jef LeCompte <[email protected]>
1 parent bfcd4e1 commit ade0f20

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Programs like `ssh2john` from **John the Ripper** can best demonstrate how fast
1414
| `nightly` | Built against HEAD; generally considered stable, but could have problems |
1515

1616
```
17+
GITHUB_ORGANIZATION=actions
18+
GITHUB_PAT=mysecrettoken
19+
1720
docker run --rm -it \
1821
--env "GITHUB_ORGANIZATION=$GITHUB_ORGANIZATION" \
1922
--env "GITHUB_PAT=$GITHUB_PAT" \
@@ -31,10 +34,10 @@ docker run --rm -it \
3134
#### Running
3235

3336
```sh
34-
export GITHUB_ORGANIZATION=actions
35-
export GITHUB_PAT=mysecrettoken
37+
GITHUB_ORGANIZATION=actions
38+
GITHUB_PAT=mysecrettoken
3639

37-
# native
40+
# Golang
3841
go build
3942
./audit-org-keys
4043

0 commit comments

Comments
 (0)