File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ APP_ID = your_app_id
2+ PRIVATE_KEY = path_to_your_private_key.pem
3+ WEBHOOK_SECRET = your_webhook_secret
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Nexos Bot
22
33This is a GitHub App built with [ Probot] ( https://github.com/probot/probot ) that automates various GitHub workflows.
4-
5- [ ![ Node.js Dev] ( https://github.com/nexoscreator/bot-nexos-app/actions/workflows/node.js.yml/badge.svg )] ( https://github.com/nexoscreator/bot-nexos-app/actions/workflows/node.js.yml )
64[ ![ CI] ( https://github.com/nexoscreator/bot-nexos-app/actions/workflows/main.yml/badge.svg )] ( https://github.com/nexoscreator/bot-nexos-app/actions/workflows/main.yml )
75
86## Install
97
10- First [ Connect bot] ( https://github.com/apps/nexos-bot )
11-
128## Setup
139
14101 . Install dependencies:
Original file line number Diff line number Diff line change 11{
2- "name" : " nexos- bot-app " ,
2+ "name" : " bot-github-starter " ,
33 "version" : " 0.0.2" ,
44 "private" : true ,
55 "description" : " A Nexos Automation Bot" ,
66 "author" : " Nexos Creator" ,
77 "license" : " ISC" ,
88 "main" : " ./lib/index.js" ,
9- "homepage" : " https://github.com/nexoscreator/bot-nexos-app " ,
9+ "homepage" : " https://github.com/nexoscreator/bot-nexos-github-starter " ,
1010 "keywords" : [
1111 " probot" ,
1212 " github" ,
3333 "node" : " >= 18"
3434 },
3535 "type" : " module"
36- }
36+ }
You can’t perform that action at this time.
0 commit comments