Skip to content

Commit

Permalink
docs: update shell example
Browse files Browse the repository at this point in the history
Signed-off-by: Jef LeCompte <[email protected]>
  • Loading branch information
jef committed Jul 2, 2020
1 parent bfcd4e1 commit ade0f20
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Programs like `ssh2john` from **John the Ripper** can best demonstrate how fast
| `nightly` | Built against HEAD; generally considered stable, but could have problems |

```
GITHUB_ORGANIZATION=actions
GITHUB_PAT=mysecrettoken
docker run --rm -it \
--env "GITHUB_ORGANIZATION=$GITHUB_ORGANIZATION" \
--env "GITHUB_PAT=$GITHUB_PAT" \
Expand All @@ -31,10 +34,10 @@ docker run --rm -it \
#### Running

```sh
export GITHUB_ORGANIZATION=actions
export GITHUB_PAT=mysecrettoken
GITHUB_ORGANIZATION=actions
GITHUB_PAT=mysecrettoken

# native
# Golang
go build
./audit-org-keys

Expand Down

0 comments on commit ade0f20

Please sign in to comment.