Skip to content

Commit 9aafa0e

Browse files
committed
update
1 parent b361d42 commit 9aafa0e

4 files changed

Lines changed: 6 additions & 52 deletions

File tree

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
APP_ID=your_app_id
2+
PRIVATE_KEY=path_to_your_private_key.pem
3+
WEBHOOK_SECRET=your_webhook_secret

.github/workflows/node.js.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Nexos Bot
22

33
This 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

1410
1. Install dependencies:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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",
@@ -33,4 +33,4 @@
3333
"node": ">= 18"
3434
},
3535
"type": "module"
36-
}
36+
}

0 commit comments

Comments
 (0)