diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..8507100 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,22 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Debug gh token", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceFolder}", + "env": {}, + "args": [ + "installations", + "-k", + "${workspaceFolder}/.keys/test-key.pem", + "--app-id", + "394554" + ], + "showLog": true, + "trace": "verbose", + } + ] +} \ No newline at end of file diff --git a/images/demo.gif b/images/demo.gif deleted file mode 100644 index 09b50a4..0000000 Binary files a/images/demo.gif and /dev/null differ