We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcd4e1 commit ade0f20Copy full SHA for ade0f20
README.md
@@ -14,6 +14,9 @@ Programs like `ssh2john` from **John the Ripper** can best demonstrate how fast
14
| `nightly` | Built against HEAD; generally considered stable, but could have problems |
15
16
```
17
+GITHUB_ORGANIZATION=actions
18
+GITHUB_PAT=mysecrettoken
19
+
20
docker run --rm -it \
21
--env "GITHUB_ORGANIZATION=$GITHUB_ORGANIZATION" \
22
--env "GITHUB_PAT=$GITHUB_PAT" \
@@ -31,10 +34,10 @@ docker run --rm -it \
31
34
#### Running
32
35
33
36
```sh
-export GITHUB_ORGANIZATION=actions
-export GITHUB_PAT=mysecrettoken
37
38
39
-# native
40
+# Golang
41
go build
42
./audit-org-keys
43
0 commit comments