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 32687e6 commit 4101d38Copy full SHA for 4101d38
README.md
@@ -27,6 +27,25 @@ docker:
27
docker pull ghcr.io/sunggun-yu/gh-app-access-token:latest
28
```
29
30
+shell script:
31
+
32
+```bash
33
+curl -sfL https://raw.githubusercontent.com/sunggun-yu/gh-app-access-token/main/install.sh | sh
34
+```
35
36
+it place `gh-app-access-token` in `/tmp` directory. please set `INSTALL_PATH` env var to change directory
37
38
39
+export INSTALL_PATH=/<some-dir>
40
41
42
43
+or,
44
45
46
+curl -sfL https://raw.githubusercontent.com/sunggun-yu/gh-app-access-token/main/install.sh | INSTALL_PATH=/<some-dir> sh
47
48
49
## Usage
50
51
### Generate a Github App access token
0 commit comments